mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Merge pull request #100 from Tibing/fix-leaflet
fix(maps\leaflet): Leaflet maps controls overlapping on mobile version
This commit is contained in:
commit
137bf3423f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue