fix(graph legend): fixed legend table mode scrollbar visible when it needs to to, fixes #6828

This commit is contained in:
Torkel Ödegaard 2017-02-02 16:29:11 +01:00
parent 3e62b1b2d7
commit 65cf0d0e5c

View File

@ -89,6 +89,7 @@
display: block;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.graph-legend-series {