cat contents: set max height for lists

This commit is contained in:
Seth Ladygo
2019-05-21 17:29:44 -07:00
parent 8d9aac45cc
commit 1e9547c4a4

View File

@ -445,5 +445,7 @@ function addSectionDrops(myvue) {
.list-group {
background-color: #ccc;
min-height: 200px;
max-height: 400px;
overflow-y: auto;
}
</style>