From e66e6c28fa84ebdb2a3d6e151eeacf7b583588b1 Mon Sep 17 00:00:00 2001 From: minie4 Date: Mon, 12 Sep 2022 16:14:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20overflow=20issue=20in=20fi?= =?UTF-8?q?refox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e8a1fe5..bcfc5dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,7 +55,7 @@ body { .center { display: flex; justify-content: center; - overflow: overlay; + overflow: auto; } main {