We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68bbe8 commit eabca82Copy full SHA for eabca82
src/core/createDocexEditor.tsx
@@ -129,6 +129,7 @@ export function createDocexEditor(controller: EditorController) {
129
position: "absolute",
130
top: `${(idx + 1) * (A4_HEIGHT_PX + pageGap) - pageGap}px`,
131
width: "100%",
132
+ minWidth: "8.27in",
133
height: pageGap,
134
background: "#f8f9fa",
135
}}
0 commit comments