From 9cd3549a939a58627d7e1f6cda3392cd59e5e11a 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 {