added CSS to accommodate larger table of contents in the aside section

This commit is contained in:
dario 2023-05-05 21:49:14 +02:00
parent 53e002d56e
commit 6100fae45c

View file

@ -49,10 +49,9 @@
.page__aside {
grid-area: aside;
color: var(--off-fg);
position: fixed;
top: 5rem;
width: 15rem;
margin-left: 50rem;
position: sticky;
top: 1rem;
right: 1rem;
overflow-y: auto;
max-height: 95vh;
}