Skip to content

Instantly share code, notes, and snippets.

@pfrenssen
Created November 9, 2015 14:57
Show Gist options
  • Save pfrenssen/1b55da3cabcc877d2182 to your computer and use it in GitHub Desktop.
Save pfrenssen/1b55da3cabcc877d2182 to your computer and use it in GitHub Desktop.
Deezer keyboard accessibility user style for Stylish
/* Allow to scroll the page with the keyboard. */
body {
overflow: scroll !important;
}
#page_content {
overflow-x: visible !important;
overflow-y: visible !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment