aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrohan09-raj <rajrohan1914@gmail.com>2024-02-19 22:10:33 +0530
committerBlaster4385 <blaster4385@tablaster.dev>2024-02-21 23:52:45 +0530
commit5402bbc598f5faf149b5534f0d0a44fc5db058fe (patch)
tree0327e74a022c635568ba0af414047ee6056f5c21
parentad6a7e24db5e2050ca8746c167d95270dbff6f1d (diff)
fix: increase z-index of custom select
-rw-r--r--client/src/components/CustomSelect/CustomSelect.module.css2
1 files changed, 1 insertions, 1 deletions
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 {