diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2024-02-19 22:10:33 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-02-21 23:52:45 +0530 |
commit | 5402bbc598f5faf149b5534f0d0a44fc5db058fe (patch) | |
tree | 0327e74a022c635568ba0af414047ee6056f5c21 | |
parent | ad6a7e24db5e2050ca8746c167d95270dbff6f1d (diff) |
fix: increase z-index of custom select
-rw-r--r-- | client/src/components/CustomSelect/CustomSelect.module.css | 2 |
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 { |