discourse/app/assets/stylesheets/mobile/select-kit/dropdown-select-box.scss
2018-02-05 10:51:06 +01:00

9 lines
132 B
SCSS

.select-kit {
&.dropdown-select-box {
.select-kit-collection {
max-height: 200px;
overflow-y: scroll;
}
}
}