pull/5370/head
lianahus 2 years ago
parent 160c5b1266
commit 876fd62bd9
  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