Skip to content

Instantly share code, notes, and snippets.

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