diff --git a/packages/frontend/core/src/components/workspace/index.css.ts b/packages/frontend/core/src/components/workspace/index.css.ts index 4e33a98e9..721bffcd5 100644 --- a/packages/frontend/core/src/components/workspace/index.css.ts +++ b/packages/frontend/core/src/components/workspace/index.css.ts @@ -3,7 +3,7 @@ import { globalStyle, style } from '@vanilla-extract/css'; export const appStyle = style({ width: '100%', position: 'relative', - height: '100vh', + height: '100dvh', flexGrow: '1', display: 'flex', backgroundColor: cssVar('backgroundPrimaryColor'),