Created
April 9, 2019 14:36
-
-
Save carmoreira/c2ee528199e83324f55e58c2dc01b4b8 to your computer and use it in GitHub Desktop.
disable pointer events for tooltip in interactive world maps - fixes tooltip 'blinking' issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .iwm_map_canvas .google-visualization-tooltip { | |
| pointer-events:none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment