mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-04-24 07:16:25 +02: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…
Add table
Add a link
Reference in a new issue