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:
commit
d2fa839098
1 changed files with 8 additions and 4 deletions
|
|
@ -49,6 +49,10 @@
|
|||
.page__aside {
|
||||
grid-area: aside;
|
||||
color: var(--off-fg);
|
||||
position: fixed;
|
||||
top: 5rem;
|
||||
right: 28rem;
|
||||
width: 15rem;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue