Commit d4398479 by Daniel Lee

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.
parent 76c87d1a
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
.graph-legend-scroll { .graph-legend-scroll {
position: relative; position: relative;
overflow: auto !important; overflow: auto !important;
padding: 1px;
} }
.graph-legend-icon { .graph-legend-icon {
......
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