From 1e9547c4a48585162b71b57905c104b2c0222353 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 21 May 2019 17:29:44 -0700 Subject: [PATCH] cat contents: set max height for lists --- cateditor/src/components/CatalogContents.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index fad7b13..4320d0d 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -445,5 +445,7 @@ function addSectionDrops(myvue) { .list-group { background-color: #ccc; min-height: 200px; + max-height: 400px; + overflow-y: auto; }