mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 20:41:19 +01:00
Added 'pointer-events: none' to prevent tooltips from overlapping the UI.
This commit is contained in:
parent
616f45c586
commit
f464f997d1
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue