From ae1c29636f7ac059891e1d4b652d8e764275bb14 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 10:16:17 +0900 Subject: [PATCH] =?UTF-8?q?25/01/02=20=ED=8C=9D=EC=97=85=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index e336d26a..5f9f31c9 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -386,8 +386,9 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */ } - .popup_wrap{position:fixed;padding:100px 30px;left:0;top:0;z-index:10;} - .pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;padding:20px 0;} + .popup_wrap{padding:100px 30px;left:0;top:0;z-index:10;} + .pop-conts{background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;} + .pop-conts a{width:100%;padding:20px;word-break:break-word;} .btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;} .today_close{display:flex;font-size:1.5rem;color:#222;gap:6px;} .today_close [type="checkbox"]{width:16px;height:16px;} @@ -399,7 +400,6 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { .popup_wrap img{height:auto !important;object-fit:contain;} } - \ No newline at end of file