Merge "Only show scrollbars when needed in language menu"

This commit is contained in:
jenkins-bot 2022-03-01 20:20:09 +00:00 committed by Gerrit Code Review
commit 9c9d8693c5
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