UX: Make popup menu options scroll on limited screen height (#17973)
This commit is contained in:
parent
4a77ef8e29
commit
602efedd81
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue