Merge pull request #5 from dasvh/fixedSidebarTest

adjusted css for sidebar scroll behaviour
This commit is contained in:
dasvh 2023-05-05 20:48:11 +02:00 committed by GitHub
commit 53e002d56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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