Skip to content

Instantly share code, notes, and snippets.

@andrey-hohlov
Created December 18, 2019 14:44
Show Gist options
  • Save andrey-hohlov/fa9a0c4c4707d264c60148b850c17a4f to your computer and use it in GitHub Desktop.
Save andrey-hohlov/fa9a0c4c4707d264c60148b850c17a4f to your computer and use it in GitHub Desktop.
Safari border-radius + overflow: hidden + CSS transform fix
div {
// Add on element with overflow
-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