25/01/02 팝업 위치 수정

This commit is contained in:
subsub 2025-01-02 10:26:39 +09:00
parent fd2db8e56d
commit 5db278332c

View File

@ -49,7 +49,7 @@ function popupSet(bodyWidth){
if(bodyWidth>1199){
$(".popup").each(function(idx,itm) {
$(this).css({
top: '10%', // 화면 중앙에 위치
top: '60px', // 화면 중앙에 위치
left: offset + 'px', // 각 팝업을 가로로 정렬
/* transform: 'translateY(-50%)', // 세로 중앙 정렬 */
position: 'absolute' // 부모 요소 기준으로 위치 설정