UX: Make popup menu options scroll on limited screen height (#17973)

This commit is contained in:
Keegan George 2022-08-17 13:42:25 -07:00 committed by GitHub
parent 4a77ef8e29
commit 602efedd81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
.select-kit {
&.dropdown-select-box {
&.toolbar-popup-menu-options {
.select-kit-collection {
max-height: 50vh;
}
.select-kit-body {
box-shadow: none;
width: 230px;