diff --git a/common/common.scss b/common/common.scss index 043afc0..f1a7dd9 100644 --- a/common/common.scss +++ b/common/common.scss @@ -39,7 +39,7 @@ html:has(body.kanban-active) { .discourse-kanban-container { height: 100%; display: flex; - overflow: hidden; + overflow-y: scroll; gap: 0 10px; .discourse-kanban-list {