add scrolling functionality to the .aside
This commit is contained in:
parent
ce620a06e1
commit
e726071f17
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue