Add overflow scrolling to app menu foldouts

This commit is contained in:
tidy-dev 2023-03-09 14:07:14 -05:00
parent 04f3307faa
commit 949bbb4d36

View file

@ -2,9 +2,11 @@
#app-menu-foldout {
display: flex;
max-height: 95%; // When at 100%, can cause some brief shifting of components
}
.menu-pane {
overflow-y: scroll;
padding-bottom: var(--spacing-half);
// Open panes (except the first one) should have a border on their
// right hand side to create a divider between them and their parent