Skip to content

Instantly share code, notes, and snippets.

@lelandf
Created April 1, 2016 23:25
Show Gist options
  • Save lelandf/988345787254873a1fc202c7444cd126 to your computer and use it in GitHub Desktop.
Save lelandf/988345787254873a1fc202c7444cd126 to your computer and use it in GitHub Desktop.
/* Stop scrolling on hover */
.widget_recent_entries ul:hover {
animation-play-state: paused;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment