관리자 카카오 알림톡 템플릿 리스트 팝업 화면 깨짐현상 수정 - 채널아이디 관리 리스트 화면에서 템플릿 리스트 팝업 호출시 화면 깨짐현상 수정
- 채널아이디 관리 리스트 화면에서 템플릿 리스트 팝업 호출시 화면 깨짐현상 수정
@8de907eb50b9aa21aae1a96b630a56fcf7b30e4c
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -1027,7 +1027,7 @@ |
| 1027 | 1027 |
.template_choice_popup .emphasis_type{width: 180px;}
|
| 1028 | 1028 |
.template_choice_popup .popup_search_wrap .template_name{width: 300px;}
|
| 1029 | 1029 |
.template_choice_popup .kakao_template_list{margin: 20px 0 0 0;}
|
| 1030 |
-.template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 78px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;}
|
|
| 1030 |
+.template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;}
|
|
| 1031 | 1031 |
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
|
| 1032 | 1032 |
.template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;}
|
| 1033 | 1033 |
.template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?