Skip to content

Instantly share code, notes, and snippets.

@Bachana123
Last active February 25, 2020 08:46
Show Gist options
  • Save Bachana123/4a44b6c2a183edbb4f91941045c5f575 to your computer and use it in GitHub Desktop.
Save Bachana123/4a44b6c2a183edbb4f91941045c5f575 to your computer and use it in GitHub Desktop.
BLOCK SAFARI STYLE
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
::i-block-chrome, .yourcssrule {
your css property
}
}
// &:not(:root:root){
// margin-bottom: 0px !important;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment