웹 퍼블리싱/HTML & CSS 지식
(CSS) 스크롤바 없애기
꼬지비
2020. 12. 10. 18:17
.txt-scroll{-ms-overflow-style: none;/* IE and Edge */ scrollbar-width: none;/* Firefox */} .txt-scroll::-webkit-scrollbar{display:none;} |