diff --git a/src/Ui/media/all.css b/src/Ui/media/all.css index 6a2b53a7..83fabae1 100644 --- a/src/Ui/media/all.css +++ b/src/Ui/media/all.css @@ -161,3 +161,8 @@ a { color: black } 100% { opacity: 0 } } +/* Print styles */ +@media print { + #inner-iframe { position: fixed; } + .progressbar, .fixbutton, .notifications, .loadingscreen { visibility: hidden; } +}