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:
parent
21ced03987
commit
71d4f7083d
2 changed files with 14 additions and 22 deletions
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
font-size: 82% !important;
|
||||
}
|
||||
|
||||
// Fix touch events being swallowed by the epubjs iframe
|
||||
#bookPlayer iframe {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue