From a2b45aa7765948c9db3dbc8a50faf22d3529fe24 Mon Sep 17 00:00:00 2001
From: danieldeng2 <danieldeng223@gmail.com>
Date: Sun, 9 Aug 2020 00:34:09 +0100
Subject: [PATCH] Persistant scrollbar so no change in view width

---
 frontend/src/components/App.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frontend/src/components/App.scss b/frontend/src/components/App.scss
index bf07612b5..d8ea01314 100644
--- a/frontend/src/components/App.scss
+++ b/frontend/src/components/App.scss
@@ -5,7 +5,8 @@ body {
   margin: 0;
   font-family: "IBM Plex Sans", sans-serif !important;
   -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
+	-moz-osx-font-smoothing: grayscale;
+	overflow-y: scroll;
 }
 
 code {
-- 
GitLab