Преглед изворни кода

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

Torkel Ödegaard пре 9 година
родитељ
комит
65cf0d0e5c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/sass/components/_panel_graph.scss

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

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