mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:33:52 +08:00
13 lines
190 B
SCSS
13 lines
190 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
.select-kit-collection {
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.select-kit.combo-box .select-kit-row {
|
|
padding: 10px;
|
|
}
|