fix(docs): overlapping and wrong fix previously

This commit is contained in:
Neko Ayaka
2025-04-06 21:20:23 +08:00
parent 2f3030f273
commit 155d602342
+6 -6
View File
@@ -102,11 +102,6 @@ starlight-menu-button button svg {
}
}
.main-pane {
position: relative;
z-index: -1;
}
.main-pane main {
display: flex;
justify-content: center;
@@ -199,7 +194,8 @@ summary .group-label .large {
@media (max-width: 72rem) {
.right-sidebar-container {
display: none;
z-index: 1;
pointer-events: none;
}
}
@@ -239,6 +235,10 @@ summary .group-label .large {
}
}
.main-pane main .content-panel a {
color: blue;
}
.pagination-links a {
background: silver;
border: none;