dev #557

Merged
ysCha merged 10 commits from dev into prd-deploy 2026-01-07 17:53:52 +09:00
Showing only changes of commit 47078a2205 - Show all commits

View File

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