remove scrollbar on main page and fix toc/nav clipping
This commit is contained in:
parent
a0727c05e5
commit
18d0c8e403
3 changed files with 3 additions and 4 deletions
|
@ -106,7 +106,7 @@
|
|||
position: sticky;
|
||||
top: 3.5rem;
|
||||
width: 19rem;
|
||||
max-height: calc(100svh - 4rem);
|
||||
max-height: calc(100svh - 3.5rem);
|
||||
overflow-y: scroll;
|
||||
z-index: 9;
|
||||
margin-right: 1.272rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue