6bf6e7fd18
Disallow scripted content in epubs Original-merge: e669a9be0295497b916b4e6181816759d2fa7736 Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
9 lines
147 B
SCSS
9 lines
147 B
SCSS
html {
|
|
font-size: 82% !important;
|
|
}
|
|
|
|
// Fix touch events being swallowed by the epubjs iframe
|
|
#bookPlayer iframe {
|
|
pointer-events: none;
|
|
}
|