bugfix: add missing CSS for hiddenCanvasElement
This is required by the new pdf.js version.
This commit is contained in:
parent
ce7262b6b7
commit
4ccb01762d
@ -45,3 +45,12 @@ canvas {
|
|||||||
[data-main-rotation="270"] {
|
[data-main-rotation="270"] {
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hiddenCanvasElement {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user