Fix vendor certifications dropdown
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -49,7 +49,12 @@ export function Combobox({
|
|||||||
className={input()}
|
className={input()}
|
||||||
/>
|
/>
|
||||||
{showDropdown && (
|
{showDropdown && (
|
||||||
<ComboboxPopover gutter={4} sameWidth className={dropdown()}>
|
<ComboboxPopover
|
||||||
|
gutter={4}
|
||||||
|
sameWidth
|
||||||
|
className={dropdown()}
|
||||||
|
style={{ maxHeight: "var(--popover-available-height)" }}
|
||||||
|
>
|
||||||
{children}
|
{children}
|
||||||
</ComboboxPopover>
|
</ComboboxPopover>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user