Skip to content

Instantly share code, notes, and snippets.

@davidjb
Created October 10, 2017 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjb/c6e03039b15bd252ef12913a9770d7f8 to your computer and use it in GitHub Desktop.
Save davidjb/c6e03039b15bd252ef12913a9770d7f8 to your computer and use it in GitHub Desktop.
Short snippet for disabling all fixed backgrounds on a HTML page
<style>
[style], * {
background-attachment: scroll !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment