From ad93a2eb54af1184dd71eedbcca63775e1be8235 Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Thu, 8 May 2025 19:41:21 +0800 Subject: [PATCH] fix Aesthetic bug in sidebar of BetterSEQTA+ #251 --- src/css/injected.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index d2741602..ef1927d9 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -3359,3 +3359,8 @@ body { -ms-overflow-style: none; scrollbar-width: none !important; } + +#menu ul { + -ms-overflow-style: none; + scrollbar-width: none !important; +}