added CSS to accommodate larger table of contents in the aside section
This commit is contained in:
parent
53e002d56e
commit
6100fae45c
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue