[CSS]마우스 포인터 비활성화

개발일기·2022년 10월 9일

pointer-events 속성
:all(기본값)
:none(비활성화)
:auto(기본값으로 돌리기)
:inherit(부모값 상속)

참조 : https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
https://www.w3schools.com/cssref/css3_pr_pointer-events.asp

0개의 댓글