Merge pull request #1580 from CachetHQ/scrolling-components-list

Scrolls the component list
This commit is contained in:
James Brooks
2016-03-05 13:53:42 +00:00
+5
View File
@@ -305,6 +305,11 @@ body.status-page {
margin-top: 5px;
}
.group-items {
max-height: 450px;
overflow-y: scroll;
}
p {
margin-bottom: 10px;
}