From 949bbb4d36e42402a264f440846c246ace78d23e Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:07:14 -0500 Subject: [PATCH] Add overflow scrolling to app menu foldouts --- app/styles/ui/_app-menu.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/ui/_app-menu.scss b/app/styles/ui/_app-menu.scss index f03c8afa5a..086fb91be7 100644 --- a/app/styles/ui/_app-menu.scss +++ b/app/styles/ui/_app-menu.scss @@ -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