diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-06 10:26:07 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-06 10:26:07 +0200 |
| commit | 416336e6fbc4033ba312fb480d200c9ffd7a536f (patch) | |
| tree | a6f3210a8cb41df2193c4089a2ef776693ffc785 /server/tools/src/book_html.css | |
| parent | feaeca3880f1a17ba6775137b873cee71376b884 (diff) | |
| download | hurrycurry-416336e6fbc4033ba312fb480d200c9ffd7a536f.tar hurrycurry-416336e6fbc4033ba312fb480d200c9ffd7a536f.tar.bz2 hurrycurry-416336e6fbc4033ba312fb480d200c9ffd7a536f.tar.zst | |
Fix toc hyperlinks
Diffstat (limited to 'server/tools/src/book_html.css')
| -rw-r--r-- | server/tools/src/book_html.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tools/src/book_html.css b/server/tools/src/book_html.css index d64e9ef1..9171aa5e 100644 --- a/server/tools/src/book_html.css +++ b/server/tools/src/book_html.css @@ -18,6 +18,7 @@ body { margin: 0px; background-color: rgb(74, 74, 74); + scroll-behavior: smooth; } .pagegroup { @@ -28,8 +29,7 @@ body { } .page { - float: left; - display: block; + display: inline-block; background-color: antiquewhite; box-sizing: border-box; padding: 2em; @@ -38,4 +38,4 @@ body { width: 30em; height: auto; overflow-y: auto; -}
\ No newline at end of file +} |