Skip to content

Instantly share code, notes, and snippets.

@vistar
Created June 14, 2015 12:01
Show Gist options
  • Save vistar/47073d7639fd225b42dd to your computer and use it in GitHub Desktop.
Save vistar/47073d7639fd225b42dd to your computer and use it in GitHub Desktop.
Disable hover on mouse scroll: http://habrahabr.ru/post/204238/
.disable-hover,
.disable-hover * {
pointer-events: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment