We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee69e97 + b4fb9de commit 5dc319dCopy full SHA for 5dc319d
1 file changed
src/css/custom.css
@@ -2881,4 +2881,27 @@ html[data-theme="dark"] .blog-post-page article header h2[itemprop="headline"] {
2881
padding-left: 16px !important;
2882
padding-right: 16px !important;
2883
}
2884
+}
2885
+
2886
2887
+.theme-doc-main-container,
2888
+.theme-doc-markdown,
2889
+main[class*='docMainContainer_'] {
2890
+ position: relative;
2891
+ z-index: 1 !important;
2892
2893
2894
+.theme-doc-markdown h1,
2895
+.theme-doc-markdown h2,
2896
+.theme-doc-markdown h3,
2897
+.theme-doc-markdown span,
2898
+.theme-doc-markdown div,
2899
+.theme-doc-markdown label {
2900
2901
2902
2903
+.theme-doc-sidebar-container,
2904
+.menu--responsive,
2905
+div[class*='sidebarViewport_'] {
2906
+ z-index: 9999 !important;
2907
0 commit comments