mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 09:20:26 +01:00
Increase popup Z-index
Per https://github.com/maputnik/editor/issues/118
This commit is contained in:
parent
732d231c78
commit
87acc3362d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
top: 20px;
|
top: 20px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
z-index: 3;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue