Browse Source

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

Torkel Ödegaard 9 năm trước cách đây
mục cha
commit
65cf0d0e5c

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

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