[카트 포커스 관련 추가 수정]
- 체크아웃에서 오른쪽이동하지않는 현상때문에 수정. - 마커 안쪽으로 이동.
This commit is contained in:
@@ -275,11 +275,10 @@ const CartProduct = ({ cartInfo, getScrollTo, scrollTop }) => {
|
||||
const totals = calculatePartnerTotal(group.items);
|
||||
|
||||
return (
|
||||
<div key={partnerKey}>
|
||||
<Container className={css.productBox} spotlightId={"cartProduct_" + index} key={partnerKey}>
|
||||
{index === 0 && (
|
||||
<div className={css.scrollMarker} id="cartFocus_0"></div>
|
||||
)}
|
||||
<Container className={css.productBox} spotlightId={"cartProduct_" + index}>
|
||||
<div className={css.partnerSection}>
|
||||
{/* 파트너사 정보 - 한 번만 표시 */}
|
||||
<div className={css.productCompany}>
|
||||
@@ -444,7 +443,7 @@ const CartProduct = ({ cartInfo, getScrollTo, scrollTop }) => {
|
||||
})}
|
||||
</div>
|
||||
</Container>
|
||||
</div>
|
||||
|
||||
);
|
||||
})}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user