From a67b633bcf26180f6666e2f414fe34d0a1e0c2ab Mon Sep 17 00:00:00 2001 From: j Date: Sat, 1 Jun 2024 10:12:33 +0100 Subject: [PATCH] scrollbar-color breaks scrollbars on chrome --- source/UI/css/theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/UI/css/theme.css b/source/UI/css/theme.css index 5c62887e..91427838 100644 --- a/source/UI/css/theme.css +++ b/source/UI/css/theme.css @@ -1188,10 +1188,6 @@ Scrollbars background: -webkit-linear-gradient(left, $buttonActiveGradient); } -body.$themeClass { - scrollbar-color: $bodyBorder $bodyBackground; -} - /* ================================================================================ SourceViewer