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.
1 parent 65ff8c3 commit b4fb9deCopy full SHA for b4fb9de
1 file changed
src/css/custom.css
@@ -2827,4 +2827,27 @@ html[data-theme="dark"] .blog-post-page article header h2[itemprop="headline"] {
2827
padding-left: 16px !important;
2828
padding-right: 16px !important;
2829
}
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
2847
2848
2849
+.theme-doc-sidebar-container,
2850
+.menu--responsive,
2851
+div[class*='sidebarViewport_'] {
2852
+ z-index: 9999 !important;
2853
0 commit comments