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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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;