diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-17 23:02:53 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-17 23:02:53 +0200 |
| commit | 32c4c7801ca14e687b32d2b2254ec762df146d5d (patch) | |
| tree | b5acf82de418a3e7e9016f3377f23fce502f9bd4 /server | |
| parent | 03969d3b83a07abe0b6707e21230bd6c3a184942 (diff) | |
| download | hurrycurry-32c4c7801ca14e687b32d2b2254ec762df146d5d.tar hurrycurry-32c4c7801ca14e687b32d2b2254ec762df146d5d.tar.bz2 hurrycurry-32c4c7801ca14e687b32d2b2254ec762df146d5d.tar.zst | |
Prevent book page scrolling
Diffstat (limited to 'server')
| -rw-r--r-- | server/book-export/src/book_html.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/book-export/src/book_html.css b/server/book-export/src/book_html.css index 252604b6..97f0702c 100644 --- a/server/book-export/src/book_html.css +++ b/server/book-export/src/book_html.css @@ -37,7 +37,7 @@ body { aspect-ratio: 0.707; width: 30em; height: auto; - overflow-y: auto; + overflow-y: hidden; } svg { |