- y scroll 추가

This commit is contained in:
김민식 2025-01-07 11:09:47 +09:00
parent cf8eeedeb9
commit e823621e92

View File

@ -73,6 +73,7 @@ export default function RoofAllocationSetting(props) {
{getMessage('modal.common.add')}
</button>
</div>
<div className="grid-option-overflow">
<div className="grid-option-wrap">
{currentRoofList.map((roof, index) => {
return (
@ -187,6 +188,7 @@ export default function RoofAllocationSetting(props) {
)
})}
</div>
</div>
<div className="grid-btn-wrap">
<button className="btn-frame modal act" onClick={handleSave}>
{getMessage('modal.roof.alloc.apply')}