From 5402bbc598f5faf149b5534f0d0a44fc5db058fe Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Mon, 19 Feb 2024 22:10:33 +0530 Subject: fix: increase z-index of custom select --- client/src/components/CustomSelect/CustomSelect.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/CustomSelect/CustomSelect.module.css b/client/src/components/CustomSelect/CustomSelect.module.css index 158aee0..59fc828 100644 --- a/client/src/components/CustomSelect/CustomSelect.module.css +++ b/client/src/components/CustomSelect/CustomSelect.module.css @@ -24,7 +24,7 @@ border: none; border-radius: 10px; background-color: var(--color-yellow); - z-index: 1; + z-index: 2; } .option { -- cgit v1.2.3-73-gaa49b