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 {
|
.select-kit {
|
||||||
&.dropdown-select-box {
|
&.dropdown-select-box {
|
||||||
&.toolbar-popup-menu-options {
|
&.toolbar-popup-menu-options {
|
||||||
|
.select-kit-collection {
|
||||||
|
max-height: 50vh;
|
||||||
|
}
|
||||||
|
|
||||||
.select-kit-body {
|
.select-kit-body {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
|
|
Loading…
Reference in New Issue