diff --git a/packages/editor/src/global-styled.css b/packages/editor/src/global-styled.css index c7d3636b..5a93fa33 100644 --- a/packages/editor/src/global-styled.css +++ b/packages/editor/src/global-styled.css @@ -10,11 +10,10 @@ html { } body { - position:fixed; - bottom: 0px; - top: 0px; - left: 0px; - right: 0px; + width: 100vw; + height: 100vh; + min-width: 100vw; + min-height: 100vh; margin: 0px; }