From 758381725f1a377e4f6d5675effe14331dc6d620 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Wed, 9 Mar 2022 17:26:47 +0100 Subject: [PATCH] Always show scrolbar to avoid horizontal jumpy UI --- frontend/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 66b44518d..d47e1d545 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f; html, body { height: 100%; + overflow-y: scroll; } body {