Explorar o código

fix(graph): sets legend table scroll to auto

closes #4760
bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
4e8396dbce
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      public/sass/components/_panel_graph.scss

+ 2 - 1
public/sass/components/_panel_graph.scss

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