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,