mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
+1
-1
@@ -241,7 +241,7 @@ class View {
|
||||
const doc = this.document
|
||||
Object.assign(doc.documentElement.style, {
|
||||
boxSizing: 'border-box',
|
||||
columnWidth: `${columnWidth}px`,
|
||||
columnWidth: `${Math.trunc(columnWidth)}px`,
|
||||
columnGap: `${gap}px`,
|
||||
columnFill: 'auto',
|
||||
...(vertical
|
||||
|
||||
Reference in New Issue
Block a user