From bd55f657141978f14bcc3bea0d58f39c8768706c Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 11 Mar 2022 20:09:57 +0100 Subject: [PATCH] Revert "Always show scrolbar to avoid horizontal jumpy UI" --- frontend/src/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index d47e1d545..66b44518d 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -50,7 +50,6 @@ $dropdown-link-active-bg: #11131f; html, body { height: 100%; - overflow-y: scroll; } body {