Merge pull request #693 from sgmap/fix-663

[Fix #663] Menu header should be above every element
This commit is contained in:
Mathieu Magnin 2017-09-05 14:52:26 +02:00
commit 0a0f524647

View file

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