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