add scrolling functionality to the .aside

This commit is contained in:
dario 2023-05-05 17:41:21 +02:00
parent ce620a06e1
commit e726071f17

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