fix(alertlist): changes scroll to auto

close #7269
This commit is contained in:
bergquist 2017-01-16 14:38:01 +01:00
parent 22601fa736
commit bfa3c590e7

View File

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