diff --git a/.epub/example/OEBPS/sections/section0001.xhtml b/.epub/example/OEBPS/sections/section0001.xhtml index 8a0f314..466e8ed 100644 --- a/.epub/example/OEBPS/sections/section0001.xhtml +++ b/.epub/example/OEBPS/sections/section0001.xhtml @@ -9,8 +9,8 @@ - -
+ +
@@ -54,6 +54,6 @@
- +
diff --git a/.epub/example/OEBPS/styles/stylesheet.css b/.epub/example/OEBPS/styles/stylesheet.css index 8683855..7b6cce4 100644 --- a/.epub/example/OEBPS/styles/stylesheet.css +++ b/.epub/example/OEBPS/styles/stylesheet.css @@ -8,9 +8,22 @@ margin: 0; max-width: 100vw; + max-height: 100vh; + overflow: clip; + display: flex; + } -ipub-content { +ipub-body { + max-width: 100%; + max-height: 100%; + + position: relative; + + display: flex; + flex-direction: column; + + overflow: scroll; --ipub-padding: 0%; --ipub-gap: 0%; --ipub-padding-x: var(--ipub-padding, 0%);