Merge pull request #1580 from CachetHQ/scrolling-components-list
Scrolls the component list
This commit is contained in:
+5
@@ -305,6 +305,11 @@ body.status-page {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.group-items {
|
||||
max-height: 450px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user