From 718f4e21412b0fb9b39ebb2e670c8dc37557d4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 27 Nov 2020 10:53:07 -0500 Subject: [PATCH] fix: https://github.com/NodeBB/NodeBB/issues/8972 --- less/category.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/category.less b/less/category.less index 7966e6c..ab69767 100644 --- a/less/category.less +++ b/less/category.less @@ -169,7 +169,7 @@ position: fixed; bottom: 10%; right: 2rem; - z-index: 3; + z-index: @zindex-modal; .topics-section { max-height: 500px; overflow-y: auto;