diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 412324142..c83ebd493 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -680,3 +680,13 @@ code { } } } + +// pdfjs +canvas.hiddenCanvasElement { + position: absolute; + left: 0; + bottom: 0; + z-index: -1; + height: 0; + width: 0; +}