Skip to content

Instantly share code, notes, and snippets.

@Plou
Last active December 18, 2015 16:39
Show Gist options
  • Save Plou/5813422 to your computer and use it in GitHub Desktop.
Save Plou/5813422 to your computer and use it in GitHub Desktop.
Responsive HTML/CSS samples & IE compatibility meta
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- force device to display the page without zooming out -->
<meta name="viewport" content="initial-scale=1">
/*use the native scroll of touch devices */
.scroll{
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment