Skip to content

Instantly share code, notes, and snippets.

@ivan-kalachikov
Created June 23, 2020 14:00
Show Gist options
  • Save ivan-kalachikov/19ee815697e26ef335d5a13cc0c5ad05 to your computer and use it in GitHub Desktop.
Save ivan-kalachikov/19ee815697e26ef335d5a13cc0c5ad05 to your computer and use it in GitHub Desktop.
Safari Hack
/* stylelint-disable */
/* Safari 7.1+ */
::-webkit-full-page-media, _:future, :root .parallax-image-block {
background-position: center 0 !important;
background-attachment: scroll;
background-size: cover;
}
/* stylelint-enable */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment