25/01/02 팝업 위치 수정
This commit is contained in:
parent
fd2db8e56d
commit
5db278332c
@ -49,7 +49,7 @@ function popupSet(bodyWidth){
|
|||||||
if(bodyWidth>1199){
|
if(bodyWidth>1199){
|
||||||
$(".popup").each(function(idx,itm) {
|
$(".popup").each(function(idx,itm) {
|
||||||
$(this).css({
|
$(this).css({
|
||||||
top: '10%', // 화면 중앙에 위치
|
top: '60px', // 화면 중앙에 위치
|
||||||
left: offset + 'px', // 각 팝업을 가로로 정렬
|
left: offset + 'px', // 각 팝업을 가로로 정렬
|
||||||
/* transform: 'translateY(-50%)', // 세로 중앙 정렬 */
|
/* transform: 'translateY(-50%)', // 세로 중앙 정렬 */
|
||||||
position: 'absolute' // 부모 요소 기준으로 위치 설정
|
position: 'absolute' // 부모 요소 기준으로 위치 설정
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user