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 {