Merge pull request #3 from dasvh/fixedSidebarTest

table of content is now in a fixed position when you scroll the page
This commit is contained in:
dasvh 2023-05-05 17:26:38 +02:00 committed by GitHub
commit d2fa839098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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