From b530bbd8fa75521960003e9a21e649b549caf2ac Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 2 May 2022 01:15:09 +0200 Subject: [PATCH] Poprawiono scrollbar --- src/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index f9729d8..0c5bb64 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -17,6 +17,7 @@ html { scroll-behavior: smooth; + width: 100vw; } body {