mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 06:05:36 +01:00
Remove overflow hidden to allow modal to show in safari (issue #89)
This commit is contained in:
parent
bbf26a3f38
commit
eb526a6186
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
overflow: hidden;
|
|
||||||
background-color: $color-black;
|
background-color: $color-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue