Parcourir la source

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

Torkel Ödegaard il y a 9 ans
Parent
commit
65cf0d0e5c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {