This should make the scrolling user experience much better since it will highlight and show that content actually can be scrolled when hovering over a panel.
@@ -268,10 +268,14 @@
}
-.baron._scrolling > .baron__track .baron__bar {
+.panel-hover-highlight .baron__track .baron__bar {
opacity: 0.6;
+.baron._scrolling > .baron__track .baron__bar {
+ opacity: 0.9;
+}
+
.baron__control {
display: none;