From 59a433c597f4d513777b26d329e2f97681515fa8 Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 8 Aug 2022 19:28:25 +0100 Subject: [PATCH] Fix scrollbar flickering on options page when expanding --- ext/src/ui/options/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/src/ui/options/styles/index.css b/ext/src/ui/options/styles/index.css index 8fbc828..f5208b6 100644 --- a/ext/src/ui/options/styles/index.css +++ b/ext/src/ui/options/styles/index.css @@ -18,6 +18,7 @@ body { background: var(--box-background) !important; color: var(--box-color) !important; font-size: 13px; + overflow-y: hidden; } a {