관리자 카카오 알림톡 템플릿 리스트 팝업 화면 깨짐현상 수정

- 채널아이디 관리 리스트 화면에서 템플릿 리스트 팝업 호출시 화면 깨짐현상 수정
This commit is contained in:
rosewiper 2024-08-28 15:26:25 +09:00
parent c041820148
commit 8de907eb50

View File

@ -1027,7 +1027,7 @@
.template_choice_popup .emphasis_type{width: 180px;}
.template_choice_popup .popup_search_wrap .template_name{width: 300px;}
.template_choice_popup .kakao_template_list{margin: 20px 0 0 0;}
.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;}
.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;}
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
.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;}
.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;}