diff --git a/shared/styles/globals.ts b/shared/styles/globals.ts index a1c919b17..60fbafcfc 100644 --- a/shared/styles/globals.ts +++ b/shared/styles/globals.ts @@ -17,7 +17,7 @@ export default createGlobalStyle` html, body { width: 100%; - height: ${(props) => (props.staticHTML ? "0" : "100%")}; + ${(props) => (props.staticHTML ? "" : "height: 100%;")} margin: 0; padding: 0; print-color-adjust: exact;