Skip to content

Commit 917a411

Browse files
committed
make more room for the toc to scroll
1 parent 04dcf93 commit 917a411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
--nav-panel-explore-height: calc(50% + var(--drawer-height));
136136
--nav-width: calc(270 / var(--rem-base) * 1rem);
137137
--toc-top: calc(var(--body-top) + var(--toolbar-height));
138-
--toc-height: calc(100vh - var(--toc-top) - 2.5rem);
138+
--toc-height: calc(100vh - calc(var(--spacing) * 35) - 2.5rem - 3.7rem);
139139
--toc-width: calc(265 / var(--rem-base) * 1rem);
140140
--toc-width--widescreen: calc(474 / var(--rem-base) * 1rem);
141141
--doc-max-width: calc(720 / var(--rem-base) * 1rem);

0 commit comments

Comments
 (0)