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:
Daniel Lee 2018-04-12 11:26:27 +02:00
parent 76c87d1a74
commit d4398479f5

View File

@ -75,6 +75,7 @@
.graph-legend-scroll {
position: relative;
overflow: auto !important;
padding: 1px;
}
.graph-legend-icon {