Merge pull request #100 from Tibing/fix-leaflet

fix(maps\leaflet): Leaflet maps controls overlapping on mobile version
This commit is contained in:
Dmitry 2016-07-28 16:37:00 +03:00 committed by GitHub
commit 137bf3423f

View file

@ -8,7 +8,7 @@ $angle-right: "\f101";
width: $sidebar-width;
top: $top-height;
left: 0;
z-index: 904;
z-index: 1001;
display: block;
min-height: 100%;
background-color: $sidebar;