Skip to content

Instantly share code, notes, and snippets.

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 marco-van-zomeren/7d96bdf5727696a4ab2de8caaa2680e1 to your computer and use it in GitHub Desktop.
Save marco-van-zomeren/7d96bdf5727696a4ab2de8caaa2680e1 to your computer and use it in GitHub Desktop.
Safari border-radius + overflow: hidden + hover fix
.block__image-container {
background-image: ... ;
border-radius: 5px;
overflow:hidden;
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment