Merge pull request #102 from thesoftwarejedi/fix-print
#101 add print styles to allow iframe sites to print
This commit is contained in:
commit
c874726aba
1 changed files with 5 additions and 0 deletions
|
@ -161,3 +161,8 @@ a { color: black }
|
|||
100% { opacity: 0 }
|
||||
}
|
||||
|
||||
/* Print styles */
|
||||
@media print {
|
||||
#inner-iframe { position: fixed; }
|
||||
.progressbar, .fixbutton, .notifications, .loadingscreen { visibility: hidden; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue