From 4202e71db93426e9facad9ce6ca8c1ab3c564f1b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 10 Jul 2020 12:22:56 -0400 Subject: [PATCH] fix: https://github.com/NodeBB/NodeBB/issues/8465 --- less/category.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/category.less b/less/category.less index 9a41649..bf7274a 100644 --- a/less/category.less +++ b/less/category.less @@ -2,8 +2,7 @@ .topic-list { margin-top: 10px; - overflow-x: hidden; - overflow-y: auto; + overflow: visible; } > ul {