mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 05:43:30 +01:00
Merge pull request #193 from orangemug/fix/tooltip-pointer-events
Disable pointer-events on doc tooltips
This commit is contained in:
commit
e9c65e1ada
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
left: 0;
|
||||
width: 120px;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue