Compare commits

..

No commits in common. "cdec0bbae0eccea172cabb466e4e3db02357f20a" and "c8d0dd30e557fd5040e1c9d64c0a69442cb0f9d3" have entirely different histories.

View File

@ -96,7 +96,7 @@ export default function QSelectBox({
title={tagTitle}
>
<p>{selected}</p>
<ul className="select-item-wrap" style={{ maxHeight: '200px' }}>
<ul className="select-item-wrap">
{options?.length > 0 &&
options?.map((option, index) => (
<li key={option.id + '_' + index} className="select-item" onClick={() => handleClickSelectOption(option)}>