aboutsummaryrefslogtreecommitdiff
path: root/server/tools/src/book_html.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/src/book_html.css')
-rw-r--r--server/tools/src/book_html.css6
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
+}