[상품상세] description 클릭시 팝업 노출 처리

- 너무 긴경우 포커스가 넘어가는문제가 있어 클릭시에는 팝업이 노출되어 전체 영역을 확인할수있도록 수정.
This commit is contained in:
junghoon86.park
2025-12-16 13:55:51 +09:00
parent e4a64644dd
commit 83905a092d
4 changed files with 114 additions and 39 deletions

View File

@@ -113,7 +113,8 @@ export const ACTIVE_POPUP = {
toast: 'toast',
optionalConfirm: 'optionalConfirm',
energyPopup: 'energyPopup',
addCartPopup: 'addCartPopup',
addCartPopup: 'addCartPopup',
scrollPopup: 'scrollPopup',
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;