Merge pull request #51 from dasvh/addFeatureStickyAsideCSS
Add feature sticky aside css
This commit is contained in:
commit
eb627f6a6c
1 changed files with 9 additions and 4 deletions
|
|
@ -49,6 +49,11 @@
|
||||||
.page__aside {
|
.page__aside {
|
||||||
grid-area: aside;
|
grid-area: aside;
|
||||||
color: var(--off-fg);
|
color: var(--off-fg);
|
||||||
|
position: sticky;
|
||||||
|
top: 1rem;
|
||||||
|
right: 1rem;
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue