From 00743b334720d1e5b336e2dd92e1596e93326908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 12 Jun 2020 11:57:01 -0400 Subject: [PATCH] fix: zindex .input-group .form-control has zindex of 2 --- less/category.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/category.less b/less/category.less index 636151b..9a41649 100644 --- a/less/category.less +++ b/less/category.less @@ -180,7 +180,7 @@ position: fixed; bottom: 10%; right: 2rem; - z-index: 1; + z-index: 3; .topics-section { max-height: 500px; overflow-y: auto;