Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created January 26, 2023 15:38
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/1deb5c153904ba19932a6c0bb778d0b8 to your computer and use it in GitHub Desktop.
Save carmoreira/1deb5c153904ba19932a6c0bb778d0b8 to your computer and use it in GitHub Desktop.
Hide zoom controls on desktop - interactive geo maps
@media only screen and (min-width:780px) {
.imapsZoomControl-group { display:none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment