diff options
-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 { |