mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:33:43 +08:00
9 lines
132 B
SCSS
9 lines
132 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
.select-kit-collection {
|
|
max-height: 200px;
|
|
overflow-y: scroll;
|
|
}
|
|
}
|
|
}
|