Skip to content

Instantly share code, notes, and snippets.

@ironprogrammer
Created April 2, 2018 21:38
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 ironprogrammer/21b4d94ada0d184a224771d0f573777e to your computer and use it in GitHub Desktop.
Save ironprogrammer/21b4d94ada0d184a224771d0f573777e to your computer and use it in GitHub Desktop.
Printing Intercom reports sucks. This makes it suck less.
/* allow scroll */
body>div.ember-view>div.ember-view {
overflow: visible !important;
}
/* hide links */
.ember-view a[href]:after {
content: '' !important;
}
.t__em-link {
display: none !important;
}
/* hide top banner */
.opt-in__banner {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment