1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Backport pull request #5741 from jellyfin-web/release-10.9.z

Disallow scripted content in epubs

Original-merge: e669a9be02

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
thornbill 2024-07-21 01:53:31 -04:00 committed by Bill Thornton
parent 59db69227b
commit 6bf6e7fd18
2 changed files with 14 additions and 22 deletions

View file

@ -1,3 +1,8 @@
html {
font-size: 82% !important;
}
// Fix touch events being swallowed by the epubjs iframe
#bookPlayer iframe {
pointer-events: none;
}