style: 지붕재 상세 팝업 하단 버튼 float 처리

This commit is contained in:
Daseul Kim 2025-06-05 15:34:07 +09:00
parent a23c4cdfd9
commit 1db17d6558

View File

@ -19,6 +19,7 @@ export default function SuitableDetailPopupButton() {
} }
return ( return (
<div className="float-btn-wrap">
<div className="btn-flex-wrap com"> <div className="btn-flex-wrap com">
<div className="btn-bx"> <div className="btn-bx">
<button className="btn-frame n-blue icon" onClick={handleClosePopup}> <button className="btn-frame n-blue icon" onClick={handleClosePopup}>
@ -36,5 +37,6 @@ export default function SuitableDetailPopupButton() {
</button> </button>
</div> </div>
</div> </div>
</div>
) )
} }