mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 21:40:01 +00:00
Merge pull request #193 from orangemug/fix/tooltip-pointer-events
Disable pointer-events on doc tooltips
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
left: 0;
|
||||
width: 120px;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user