Created
June 23, 2020 14:00
-
-
Save ivan-kalachikov/19ee815697e26ef335d5a13cc0c5ad05 to your computer and use it in GitHub Desktop.
Safari Hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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