fix(docs): overlapping and wrong fix previously
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user