adjusted css for sidebar scroll behaviour

This commit is contained in:
dario 2023-05-05 20:36:43 +02:00
parent e726071f17
commit d02e1eb85a

View file

@ -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 */