Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created June 5, 2017 11:25
Show Gist options
  • Save iamstarkov/055504e6c225051ec4e43e0354ad7ff2 to your computer and use it in GitHub Desktop.
Save iamstarkov/055504e6c225051ec4e43e0354ad7ff2 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