UX: Show scrollbar only when needed in dropdowns (#14461)

Avoids showing a disabled scrollbar when not necessary.
This commit is contained in:
Penar Musaraj 2021-09-28 10:36:16 -04:00 committed by GitHub
parent 89cc910303
commit b0b87efb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
.selected-content { .selected-content {
max-height: 300px; max-height: 300px;
overflow-y: scroll; overflow-y: auto;
} }
} }