diff --git a/src/components/common.scss b/src/components/common.scss index 0fc2f37..ed6650d 100644 --- a/src/components/common.scss +++ b/src/components/common.scss @@ -18,8 +18,9 @@ } page { - width: 100%; - height: 100%; + width: 100vw; + min-height: 100vh; + overflow-x: hidden; background-color: #f3f6f9; overflow-y: auto; } @@ -760,7 +761,7 @@ button::after { } .btn-wrapper { - .btn{ + .btn { width: 686px; height: 88px; line-height: 88px;