mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: makes sure the select-box doesn’t go over header
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
min-width: auto;
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 9999;
|
||||
|
||||
.collection,
|
||||
.select-box-collection,
|
||||
.select-box-body {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 9999;
|
||||
z-index: 999;
|
||||
|
||||
.select-box-wrapper {
|
||||
border: 1px solid $tertiary;
|
||||
|
||||
Reference in New Issue
Block a user