mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
scrollbar: fix so no overflow for legend under graph
Adds 1px of padding to the graph legend scroll div so that a non-table legend does not get an unnecessary scroll bar.
This commit is contained in:
parent
76c87d1a74
commit
d4398479f5
@ -75,6 +75,7 @@
|
||||
.graph-legend-scroll {
|
||||
position: relative;
|
||||
overflow: auto !important;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.graph-legend-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user