From 3c92edc35ca32216e4eae8ddf1a43516a9aa7661 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Sat, 7 May 2022 12:18:53 +0800 Subject: [PATCH] fix style --- src/App.vue | 2 ++ src/styles/reset.scss | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3f4af22a..edb2bce3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,5 +19,7 @@ limitations under the License. --> #app { color: #2c3e50; height: 100%; + overflow: auto; + min-width: 1024px; } diff --git a/src/styles/reset.scss b/src/styles/reset.scss index 97f65c85..9a95d713 100644 --- a/src/styles/reset.scss +++ b/src/styles/reset.scss @@ -24,13 +24,12 @@ body { sans-serif; text-rendering: optimizeLegibility; text-size-adjust: 100%; - min-width: 1024px; - height: 100%; } html, body { height: 100%; + overflow-y: hidden; } div,