/* ============================================ ChannelIO 채팅 위젯 CLS 방지 ============================================ */ #ch-plugin-entry, #ch-plugin-core, .ch-messenger-frame, [class*="ChannelIO"] { position: fixed !important; /* fixed 요소는 레이아웃에 영향 안 줌 → CLS 0 */ } /* 채팅 버튼이 나타날 영역 미리 확보 (모바일) */ #ch-plugin-entry { contain: layout style size; }