mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:03:13 +08:00
9 lines
130 B
SCSS
9 lines
130 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
.select-kit-collection {
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
}
|