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 {
|
.page__aside {
|
||||||
grid-area: aside;
|
grid-area: aside;
|
||||||
color: var(--off-fg);
|
color: var(--off-fg);
|
||||||
position: fixed;
|
position: sticky;
|
||||||
top: 5rem;
|
top: 1rem;
|
||||||
width: 15rem;
|
right: 1rem;
|
||||||
margin-left: 50rem;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 95vh;
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue