Browse Source

scrollbar: fix so no overflow for legend under graph

Adds 1px of padding to the graph legend scroll div so that a non-table
legend does not get an unnecessary scroll bar.
Daniel Lee 7 years ago
parent
commit
d4398479f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/sass/components/_panel_graph.scss

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

@@ -75,6 +75,7 @@
 .graph-legend-scroll {
 .graph-legend-scroll {
   position: relative;
   position: relative;
   overflow: auto !important;
   overflow: auto !important;
+  padding: 1px;
 }
 }
 
 
 .graph-legend-icon {
 .graph-legend-icon {