Skip to content

Instantly share code, notes, and snippets.

@itsmeduncan
Forked from fotinakis/hide-flappy-elem.css
Created December 13, 2016 19:58
Show Gist options
  • Save itsmeduncan/4be5faf56b18e1473c393cc4c00206cc to your computer and use it in GitHub Desktop.
Save itsmeduncan/4be5faf56b18e1473c393cc4c00206cc to your computer and use it in GitHub Desktop.
Hide elements only in Percy renderer
@-moz-document domain(proxyme.percy.io) {
#flappy-div {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment