From 5df4a3011077b6e0bba9936988f909b5281e3ab6 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 22 May 2021 12:43:28 +0900 Subject: [PATCH] fix: https://github.com/koreanbots/v2-testing/issues/89 --- app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 2e806e6..6434b9b 100644 --- a/app.css +++ b/app.css @@ -6,12 +6,14 @@ html { scroll-behavior: smooth; min-height: 100%; overflow-x: hidden; - width: 100% + width: 100%; + position: absolute; } body { min-height: 100vh; - width: 100% + width: 100%; + position: absolute; } body * {