Skip to content

Commit b4fb9de

Browse files
committed
z index fixed
1 parent 65ff8c3 commit b4fb9de

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,4 +2827,27 @@ html[data-theme="dark"] .blog-post-page article header h2[itemprop="headline"] {
28272827
padding-left: 16px !important;
28282828
padding-right: 16px !important;
28292829
}
2830+
}
2831+
2832+
2833+
.theme-doc-main-container,
2834+
.theme-doc-markdown,
2835+
main[class*='docMainContainer_'] {
2836+
position: relative;
2837+
z-index: 1 !important;
2838+
}
2839+
2840+
.theme-doc-markdown h1,
2841+
.theme-doc-markdown h2,
2842+
.theme-doc-markdown h3,
2843+
.theme-doc-markdown span,
2844+
.theme-doc-markdown div,
2845+
.theme-doc-markdown label {
2846+
z-index: 1 !important;
2847+
}
2848+
2849+
.theme-doc-sidebar-container,
2850+
.menu--responsive,
2851+
div[class*='sidebarViewport_'] {
2852+
z-index: 9999 !important;
28302853
}

0 commit comments

Comments
 (0)