diff --git a/src/component/base/base/index.css b/src/component/base/base/index.css index 551ed551..7b368d36 100644 --- a/src/component/base/base/index.css +++ b/src/component/base/base/index.css @@ -27,7 +27,6 @@ body { } body { - min-width: 100vw; min-height: 100vh; display: flex; flex-direction: column; diff --git a/src/component/theme/index.css b/src/component/theme/index.css index 4a99b940..ffb6e895 100644 --- a/src/component/theme/index.css +++ b/src/component/theme/index.css @@ -303,8 +303,8 @@ position: fixed; top: 0; left: 0; - width: 100vw; - height: 100vh; + width: 100%; + height: 100%; overflow: hidden; pointer-events: none; z-index: var(--z-index-background);