Only show scrollbars when needed in language menu

Bug: T301058
Change-Id: I19af6c27b7adf8a35ccbc4163c585e338240eb72
This commit is contained in:
BrandonXLF 2022-02-05 21:24:47 -05:00
parent b570e149e2
commit 936bbc427a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
// align borders of open menu align with button
.box-sizing( border-box );
max-height: 65vh;
overflow: scroll;
overflow: auto;
border-top-width: 1px;
// Adds to the show/hide technique in MenuDropdown.less with