Merge pull request #16290 from desktop/allow-windows-app-menu-to-scroll

Add overflow scrolling to app menu foldouts
This commit is contained in:
tidy-dev 2023-03-10 08:02:34 -05:00 committed by GitHub
commit 616daa9ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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