Merge pull request #4 from dasvh/fixedSidebarTest

add scrolling functionality to the .aside
This commit is contained in:
dasvh 2023-05-05 17:43:53 +02:00 committed by GitHub
commit a2a65aa3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,8 @@
top: 5rem; top: 5rem;
right: 28rem; right: 28rem;
width: 15rem; width: 15rem;
max-height: calc(100vh - 9rem);
overflow-y: auto;
} }
/* Footer */ /* Footer */