FIX: makes scrollbar always on for small dropdowns
This commit is contained in:
parent
5cd5d5aca5
commit
bd0a8ae792
|
@ -2,6 +2,7 @@
|
|||
&.dropdown-select-box {
|
||||
.select-kit-collection {
|
||||
max-height: 200px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue