We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8f564 commit 49369edCopy full SHA for 49369ed
2 files changed
css/src/modules/ReadiumCSS-pagination-vertical.css
@@ -94,6 +94,9 @@ body {
94
Drawback: we have to use border-box so that it doesn’t screw the box model,
95
which means it impacts colWidth and max-width */
96
box-sizing: border-box;
97
+}
98
+
99
+:root:not(:--scroll-view) body {
100
padding: var(--RS__pageGutter) 0 !important;
101
}
102
css/src/modules/ReadiumCSS-pagination.css
@@ -80,6 +80,9 @@ body {
80
81
82
83
84
85
86
padding: 0 var(--RS__pageGutter) !important;
87
88
0 commit comments