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

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;