We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2095076 commit fc33d44Copy full SHA for fc33d44
src/theme/TOC/styles.module.css
@@ -1,7 +1,8 @@
1
.tableOfContents {
2
height: calc(100vh - var(--ifm-navbar-height) + 80px);
3
position: sticky;
4
- top: calc(var(--ifm-navbar-height));
+ /* top: calc(var(--ifm-navbar-height)); */
5
+ top: 0;
6
border-left: 1px solid var(--primary-neutral-200);
7
overflow-y: auto;
8
}
0 commit comments