From e4633bb0014d8a6976bdcc178f7ad530c8434690 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Nov 2021 21:13:39 +0530 Subject: [PATCH] Attempt possible fix --- src/styles/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 6d5d736..545011e 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -40,7 +40,7 @@ @include addFonts('Nunito Sans') } -body { +.v-application { max-width: 100vw; - overflow-x: hidden; + overflow: hidden; }