Skip to content

Instantly share code, notes, and snippets.

@BruceMcKinnon
Created August 19, 2022 01:28
Show Gist options
  • Select an option

  • Save BruceMcKinnon/7b1b5155fcbf85c0149c54303d149bc3 to your computer and use it in GitHub Desktop.

Select an option

Save BruceMcKinnon/7b1b5155fcbf85c0149c54303d149bc3 to your computer and use it in GitHub Desktop.
Fixed attachment background images on iOS
/* Detect touch devices and disable fixed attchment for background images */
@media (hover: none) {
background-attachment: scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment