From ac2a4d0ee3b25b9f0b33b81e1b36cbef11e30005 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 16 Jan 2024 11:27:17 -0500 Subject: [PATCH] Preferences: Don't show horizontal scrollbar --- scss/preferences.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/preferences.scss b/scss/preferences.scss index 8cc5617c71..43658ea191 100644 --- a/scss/preferences.scss +++ b/scss/preferences.scss @@ -56,7 +56,7 @@ flex: 1; display: flex; flex-direction: column; - overflow: scroll; + overflow: auto scroll; padding-bottom: 10px; & > * {