Fix: hidden canvas element causes scroll bug (#7770)

This commit is contained in:
shamoon 2024-09-24 12:26:48 -07:00 committed by GitHub
parent a9b7965dcf
commit 4adf20af1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -680,3 +680,13 @@ code {
}
}
}
// pdfjs
canvas.hiddenCanvasElement {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
height: 0;
width: 0;
}