diff options
Diffstat (limited to 'client/src/components/CustomSelect/CustomSelect.module.css')
-rw-r--r-- | client/src/components/CustomSelect/CustomSelect.module.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/components/CustomSelect/CustomSelect.module.css b/client/src/components/CustomSelect/CustomSelect.module.css index 81f9e62..4b5f1a4 100644 --- a/client/src/components/CustomSelect/CustomSelect.module.css +++ b/client/src/components/CustomSelect/CustomSelect.module.css @@ -20,6 +20,8 @@ position: absolute; top: 140%; left: 0; + height: 400px; + overflow-y: auto; width: 100%; border: none; border-radius: 10px; @@ -34,7 +36,7 @@ cursor: pointer; transition: all 0.3s ease; &:hover { - scale: 1.1; + scale: 0.9; } &:last-child { border-bottom: none; |