Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created June 19, 2017 15:41
Show Gist options
  • Save iamstarkov/cee3dd0e6d4de0d175633869a671c6f9 to your computer and use it in GitHub Desktop.
Save iamstarkov/cee3dd0e6d4de0d175633869a671c6f9 to your computer and use it in GitHub Desktop.
Untitled
body { background: red; }
@supports (-webkit-overflow-scrolling: touch) {
body {
background: green;
}
}
if its green, then -webkit-overflow-scrolling: touch is supported, red otherwise
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment