fix(maps\leaflet): Leaflet maps controls overlapping on mobile version

Close#29
This commit is contained in:
tibing 2016-07-21 15:17:07 +03:00
parent 7dd32c9fd6
commit bae2bbc8da

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;