개발 공부/CSS
화면 전체가 터치했을때 가로로 터치 이동되는 것 막기
차정
2023. 7. 25. 08:23
overflow-x: hidden;
overflow-y: scroll;
overflow-x: hidden;
overflow-y: scroll;