Merge pull request #748 from sgmap/fix_z_index_issues

Header menu should be above every dropdown content
This commit is contained in:
Mathieu Magnin 2017-09-21 11:59:31 +02:00 committed by GitHub
commit 7815f9e11e

View file

@ -108,7 +108,7 @@
border: 1px solid $border-grey;
min-width: 270px;
max-width: 340px;
z-index: 10;
z-index: 20;
&.open {
display: block;