Merge pull request #748 from sgmap/fix_z_index_issues
Header menu should be above every dropdown content
This commit is contained in:
commit
7815f9e11e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
border: 1px solid $border-grey;
|
||||
min-width: 270px;
|
||||
max-width: 340px;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
|
||||
&.open {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue