Skip to content

Instantly share code, notes, and snippets.

@channprj
Created February 11, 2022 10:15
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 channprj/f8ac46e17499da05767f9fc33e38fa6b to your computer and use it in GitHub Desktop.
Save channprj/f8ac46e17499da05767f9fc33e38fa6b to your computer and use it in GitHub Desktop.
Hacks for Safari
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
div.something.annoying {
line-height: 18px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment