mirror of
https://github.com/discourse/discourse.git
synced 2025-04-07 17:30:45 +08:00
FIX: makes sure the select-box doesn’t go over header
This commit is contained in:
parent
b2dcb51e48
commit
2708243584
@ -4,8 +4,6 @@
|
|||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
|
||||||
&.is-expanded {
|
&.is-expanded {
|
||||||
z-index: 9999;
|
|
||||||
|
|
||||||
.collection,
|
.collection,
|
||||||
.select-box-collection,
|
.select-box-collection,
|
||||||
.select-box-body {
|
.select-box-body {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.is-expanded {
|
&.is-expanded {
|
||||||
z-index: 9999;
|
z-index: 999;
|
||||||
|
|
||||||
.select-box-wrapper {
|
.select-box-wrapper {
|
||||||
border: 1px solid $tertiary;
|
border: 1px solid $tertiary;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user