.scroll-test::-webkit-scrollbar { width: 6px; } .scroll-test::-webkit-scrollbar-track { background-color: transparent; } .scroll-test::-webkit-scrollbar-corner{ background-color: transparent; //가로, 세롤 스크롤track사이 corner } .scroll-test::-webkit-scrollbar-thumb { border-radius: 3px; background-color: gray; //트랙사이 간격넣을 때 background-clip: padding-box; border: 2px solid transparent; } .scroll-test::-w..