Przeglądaj źródła

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

Torkel Ödegaard 9 lat temu
rodzic
commit
65cf0d0e5c
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {