Browse Source

dashboard: show baron scrollbar in dashboard panel when mouse is over

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.
Marcus Efraimsson 7 years ago
parent
commit
a1b53674a9
1 changed files with 5 additions and 1 deletions
  1. 5 1
      public/sass/components/_scrollbar.scss

+ 5 - 1
public/sass/components/_scrollbar.scss

@@ -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;
 }