Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created November 5, 2013 22:52
Show Gist options
  • Save csessig86/7327800 to your computer and use it in GitHub Desktop.
Save csessig86/7327800 to your computer and use it in GitHub Desktop.
Creating scrolling overflow with CSS media query
@media (max-width: 600px) {
.detailed-candidate-box-border {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment