mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
fix printing for Firefox
This commit is contained in:
parent
864cfdda35
commit
33db881c46
@ -66,6 +66,7 @@
|
||||
#pdf-main {
|
||||
width:auto;
|
||||
height:auto;
|
||||
overflow:visible;
|
||||
background-color:transparent;
|
||||
}
|
||||
}
|
||||
@ -160,5 +161,11 @@ span {
|
||||
page-break-after:always;
|
||||
page-break-inside:avoid;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
/* fix page truncation for Firefox */
|
||||
.d {overflow:visible;}
|
||||
.p {overflow:visible;}
|
||||
.b {overflow:visible;}
|
||||
}
|
||||
}
|
||||
/* Base CSS END */
|
||||
|
Loading…
Reference in New Issue
Block a user