docs: fix toc position scroll bug (#18868) (#18878)

This commit is contained in:
Michael Zusev
2022-02-23 09:25:46 -05:00
committed by GitHub
parent e5c7478026
commit 0edb97907f

View File

@@ -38,6 +38,10 @@
--ifm-navbar-height: none;
}
.theme-doc-toc-desktop {
position: fixed !important;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;