From 7c8d26f11e75c143403ab7e13442b1f29c4aea48 Mon Sep 17 00:00:00 2001 From: Robin Opletal Date: Mon, 23 Sep 2024 22:35:39 +0200 Subject: [PATCH] fix(visual): stop scrollbar from moving the page --- src/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.scss b/src/app.scss index 5718479..939c09c 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1,6 +1,7 @@ /* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */ :root { + overflow-y: scroll; background-color: getColor(background); color: getColor(foreground); line-height: 1.5;