This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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;
}
}
}