Skip to content

Instantly share code, notes, and snippets.

@puresamari
Created May 12, 2016 13:37
Show Gist options
  • Save puresamari/037f486166953b5a7b95d96ad925e645 to your computer and use it in GitHub Desktop.
Save puresamari/037f486166953b5a7b95d96ad925e645 to your computer and use it in GitHub Desktop.
try this if you want to have a background color / image on an ios overscroll
body:after {
content: '';
position: fixed;
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
z-index: -1;
background: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment