diff --git a/source/UI/css/theme.css b/source/UI/css/theme.css index 91427838..9f359b5e 100644 --- a/source/UI/css/theme.css +++ b/source/UI/css/theme.css @@ -1188,6 +1188,12 @@ Scrollbars background: -webkit-linear-gradient(left, $buttonActiveGradient); } +@supports not selector(::-webkit-scrollbar) { + -body.$themeClass { + scrollbar-color: $bodyBorder $bodyBackground; + } +} + /* ================================================================================ SourceViewer