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

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>
8 lines
147 B
SCSS
8 lines
147 B
SCSS
html {
|
|
font-size: 82% !important;
|
|
}
|
|
|
|
// Fix touch events being swallowed by the epubjs iframe
|
|
#bookPlayer iframe {
|
|
pointer-events: none;
|
|
}
|