mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
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.
This commit is contained in:
parent
9549aadd26
commit
a1b53674a9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user