fix(graph): sets legend table scroll to auto

closes #4760
This commit is contained in:
bergquist
2016-04-19 13:41:35 +02:00
parent d38d4efc18
commit 4e8396dbce

View File

@@ -85,7 +85,8 @@
}
.graph-legend-table {
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
.graph-legend-series {
display: table-row;