화면 드래그 방지 - CSS

SEUNGTAE CHOI·2024년 12월 29일

퍼블리싱

목록 보기
13/18

코드

body { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } /* 드래그 방지 */
profile
겪은 이슈를 공유합니다.

0개의 댓글