adjusted css for sidebar scroll behaviour
This commit is contained in:
parent
e726071f17
commit
d02e1eb85a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@
|
||||||
color: var(--off-fg);
|
color: var(--off-fg);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
right: 28rem;
|
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
max-height: calc(100vh - 9rem);
|
margin-left: 50rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue