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

Disallow scripted content in epubs

This commit is contained in:
Bill Thornton 2024-06-27 14:07:39 -04:00
parent 21ced03987
commit 71d4f7083d
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;
}