Fix vendor certifications dropdown

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-12-11 16:31:41 +01:00
parent 3c707e4d23
commit 9e5a775f66

View File

@@ -49,7 +49,12 @@ export function Combobox({
className={input()}
/>
{showDropdown && (
<ComboboxPopover gutter={4} sameWidth className={dropdown()}>
<ComboboxPopover
gutter={4}
sameWidth
className={dropdown()}
style={{ maxHeight: "var(--popover-available-height)" }}
>
{children}
</ComboboxPopover>
)}