mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 17:53:45 +08:00
16 lines
187 B
SCSS
16 lines
187 B
SCSS
|
.select-kit {
|
||
|
&.is-expanded {
|
||
|
z-index: z("dropdown");
|
||
|
}
|
||
|
|
||
|
.select-kit-body {
|
||
|
width: 100vw;
|
||
|
}
|
||
|
|
||
|
.select-kit-filter {
|
||
|
.filter-input {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
}
|
||
|
}
|