input, select, option 요소에 브라우저 기본 스타일 초가화
페이지 정보
작성자 인바이트미 댓글 0건 조회 14회 작성일 25-05-21 11:25본문
input, select, option {
padding: 0;
margin: 0;
border: none;
background: none;
font: inherit;
color: inherit;
box-sizing: border-box;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
일부 모바일 브라우저나 iOS Safari에서는
select
에 appearance: none
을 적용하면 드롭다운이 작동하지 않게 될 수 있음 → 이럴 땐 select
는 따로 관리하거나 디자인 커스텀을 다른 방식으로 접근하는 게 좋음.댓글목록
등록된 댓글이 없습니다.