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