Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created April 9, 2019 14:36
Show Gist options
  • Select an option

  • Save carmoreira/c2ee528199e83324f55e58c2dc01b4b8 to your computer and use it in GitHub Desktop.

Select an option

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
.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