Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created June 23, 2015 00:34
Show Gist options
  • Select an option

  • Save RyanABailey/be4ffa70e6261c8d1007 to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/be4ffa70e6261c8d1007 to your computer and use it in GitHub Desktop.
Modal CSS
@media print {
body * {
visibility:hidden;
}
.printable, .printable * {
visibility:visible;
}
.printable {
position:absolute;
left:0;
top:0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment