Skip to content

Instantly share code, notes, and snippets.

@PRElias
Last active April 28, 2020 17:29
Show Gist options
  • Save PRElias/a679b2db17be2d6dca2f39b1eab39931 to your computer and use it in GitHub Desktop.
Save PRElias/a679b2db17be2d6dca2f39b1eab39931 to your computer and use it in GitHub Desktop.
CSS bloqueando impressão do browser
@media print {
body > *:not(#container) {
display: none;
}
body:after {
content: str-insert($string: "Para imprimir é necessário utilizar o botão em tela", $insert: "", $index: 0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment