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