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-07-23 12:19:40 -04:00

9 lines
130 B
SCSS

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