HTML CSS
스크롤바 투명하게
nathaneast
2019. 10. 13. 19:37
div에 넣기
-ms-overflow-style: none;
css에 넣기
::-webkit-scrollbar {
display:none;
}