Skip to content

Instantly share code, notes, and snippets.

@JonAbrams
Created January 12, 2019 19:29
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 JonAbrams/2c243edd52e720c6b6641ea1a62a8264 to your computer and use it in GitHub Desktop.
Save JonAbrams/2c243edd52e720c6b6641ea1a62a8264 to your computer and use it in GitHub Desktop.
.menu {
overflow: hidden;
}
/* Enable scroll on hover OR focus */
.menu:hover, .menu:focus-within {
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment