pull/3372/head
lianahus 2 years ago
parent 457349099d
commit 7d63becbdd
  1. 2
      libs/remix-ui/helper/src/lib/components/custom-dropdown.tsx

@ -46,7 +46,7 @@ export const CustomMenu = React.forwardRef(
className={className}
aria-labelledby={labeledBy}
>
<ul className="overflow-auto list-unstyled mb-0" style={{height: height+'px'}}>
<ul className="overflow-auto list-unstyled mb-0" style={{ maxHeight: height+'px' }}>
{
children
}

Loading…
Cancel
Save