cat contents: set max height for lists
This commit is contained in:
@ -445,5 +445,7 @@ function addSectionDrops(myvue) {
|
||||
.list-group {
|
||||
background-color: #ccc;
|
||||
min-height: 200px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user