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; width: $sidebar-width;
top: $top-height; top: $top-height;
left: 0; left: 0;
z-index: 904; z-index: 1001;
display: block; display: block;
min-height: 100%; min-height: 100%;
background-color: $sidebar; background-color: $sidebar;