From 28b6a0997fd5c00c10936e75df0ca962b389d023 Mon Sep 17 00:00:00 2001 From: nachodiezgarcia Date: Mon, 16 Mar 2026 12:10:21 +0100 Subject: [PATCH] fix(#581): fix options dropdown overflow by adding scroll --- src/common/components/dropdown/dropdown.component.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/components/dropdown/dropdown.component.module.css b/src/common/components/dropdown/dropdown.component.module.css index a04ecb4f..9ef8d0cb 100644 --- a/src/common/components/dropdown/dropdown.component.module.css +++ b/src/common/components/dropdown/dropdown.component.module.css @@ -47,6 +47,7 @@ background-color: var(--bg-input); border-radius: var(--border-radius-xs); max-height: 300px; + overflow-y: auto; } .select-select:hover {