aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-17 23:02:53 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-17 23:02:53 +0200
commit32c4c7801ca14e687b32d2b2254ec762df146d5d (patch)
treeb5acf82de418a3e7e9016f3377f23fce502f9bd4 /server
parent03969d3b83a07abe0b6707e21230bd6c3a184942 (diff)
downloadhurrycurry-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.css2
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 {