Browse Source

fix(alertlist): changes scroll to auto

close #7269
bergquist 9 years ago
parent
commit
bfa3c590e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/components/_panel_alertlist.scss

+ 1 - 1
public/sass/components/_panel_alertlist.scss

@@ -1,3 +1,3 @@
 .panel-alert-list {
 .panel-alert-list {
-  overflow-y: scroll;
+  overflow-y: auto;
 }
 }