Commit a1b53674 by Marcus Efraimsson

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.
parent 9549aadd
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment