Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created March 28, 2022 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carmoreira/2b18bc27503cc7871646f13ee005592c to your computer and use it in GitHub Desktop.
Save carmoreira/2b18bc27503cc7871646f13ee005592c to your computer and use it in GitHub Desktop.
Scroll in tooltip overflow - Interactive Geo Maps
.imapsTooltip foreignObject > div {
max-height:100px !important;
overflow:scroll !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment