diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-06 00:12:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-06 00:12:59 +0200 |
commit | d9aa659010f8ffd443133657cca6c541097cc1aa (patch) | |
tree | ac716b8427bbd872bc944438e39efc7eb74a2a3c /server/tools/src/book_html.css | |
parent | 6d7e8fda46be9d531551670cd66de2161e5dbeb5 (diff) | |
download | hurrycurry-d9aa659010f8ffd443133657cca6c541097cc1aa.tar hurrycurry-d9aa659010f8ffd443133657cca6c541097cc1aa.tar.bz2 hurrycurry-d9aa659010f8ffd443133657cca6c541097cc1aa.tar.zst |
fix arrow tip; scrollable pages
Diffstat (limited to 'server/tools/src/book_html.css')
-rw-r--r-- | server/tools/src/book_html.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/src/book_html.css b/server/tools/src/book_html.css index fb60eb60..d64e9ef1 100644 --- a/server/tools/src/book_html.css +++ b/server/tools/src/book_html.css @@ -37,4 +37,5 @@ body { aspect-ratio: 0.707; width: 30em; height: auto; + overflow-y: auto; }
\ No newline at end of file |