Parcourir la source

fix(graph): sets legend table scroll to auto

closes #4760
bergquist il y a 9 ans
Parent
commit
4e8396dbce
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;