From 86482ffae0643216424beff2be0b671481de3f1d Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 17 May 2021 16:28:57 +0900 Subject: [PATCH] feat: added width style --- app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.css b/app.css index c9cff4c..3f119cb 100644 --- a/app.css +++ b/app.css @@ -6,10 +6,12 @@ html { scroll-behavior: smooth; min-height: 100%; overflow-x: hidden; + width: 100% } body { min-height: 100vh; + width: 100% } body * {