From bae2bbc8dae9943f7f21c893d7c1413d1c95366b Mon Sep 17 00:00:00 2001 From: tibing Date: Thu, 21 Jul 2016 15:17:07 +0300 Subject: [PATCH] fix(maps\leaflet): Leaflet maps controls overlapping on mobile version Close#29 --- src/app/theme/components/baSidebar/baSidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/theme/components/baSidebar/baSidebar.scss b/src/app/theme/components/baSidebar/baSidebar.scss index 1f843eee..b5f6d40b 100644 --- a/src/app/theme/components/baSidebar/baSidebar.scss +++ b/src/app/theme/components/baSidebar/baSidebar.scss @@ -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;