From ee2f21a7645cc421b8bd2eb1e864786149d3e0b8 Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Tue, 25 Oct 2022 12:08:33 +0530 Subject: [PATCH] bug fixed : Filter popup is not attached near filter button but attached to bottom. (#4519) --- frontend/src/_styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index f33cf3a6e2..a44b85cf4a 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -2152,7 +2152,7 @@ tr:focus { .table-filters { position: absolute; - bottom: 0; + top: 2.85rem; width: 80%; max-width: 700px; margin-right: 10%;