diff --git a/module/kanban/css/viewarchivedcard.ui.css b/module/kanban/css/viewarchivedcard.ui.css index c7a3e778ad..4c862c93d7 100644 --- a/module/kanban/css/viewarchivedcard.ui.css +++ b/module/kanban/css/viewarchivedcard.ui.css @@ -1,5 +1,5 @@ #archivedCards .panel-heading {justify-content: center;} #archivedCards {top: 50px; right: 0px; width: 400px; position: fixed; z-index: 1050; background-color: rgb(255,255,255);} -#archivedCards .panel .panel-body {overflow: auto; padding: 10px;} +#archivedCards .panel .panel-body {overflow: auto; padding: 10px; height: 100%;} #archivedCards .card {border: 1px solid #ddd; border-radius: 4px; padding: 5px;} #archivedCards .card-list .card {width: 100%;} diff --git a/module/kanban/css/viewarchivedcolumn.ui.css b/module/kanban/css/viewarchivedcolumn.ui.css index 335fd38621..e961fc5030 100644 --- a/module/kanban/css/viewarchivedcolumn.ui.css +++ b/module/kanban/css/viewarchivedcolumn.ui.css @@ -1,3 +1,3 @@ .panel-heading {justify-content: center;} #archivedColumns {top: 50px; right: 0px; width: 400px; position: fixed; z-index: 1050; background-color: rgb(255,255,255);} -#archivedColumns .panel .panel-body {overflow: auto; padding: 10px;} +#archivedColumns .panel .panel-body {overflow: auto; padding: 10px; height: 100%;}