re-enable scrollbar-color for non chrome browsers

This commit is contained in:
j 2024-06-02 16:29:11 +01:00
parent a67b633bcf
commit f46a70d793

View file

@ -1188,6 +1188,12 @@ Scrollbars
background: -webkit-linear-gradient(left, $buttonActiveGradient);
}
@supports not selector(::-webkit-scrollbar) {
-body.$themeClass {
scrollbar-color: $bodyBorder $bodyBackground;
}
}
/*
================================================================================
SourceViewer