changed layout.css for toc to stay fixed

This commit is contained in:
dario 2023-05-05 17:24:24 +02:00
parent fdb2e5fb9f
commit ce620a06e1

View file

@ -49,6 +49,10 @@
.page__aside {
grid-area: aside;
color: var(--off-fg);
position: fixed;
top: 5rem;
right: 28rem;
width: 15rem;
}
/* Footer */