스크롤 커스텀

devforest443·2022년 7월 18일
0
body {
	scrollbar-base-color: #d5c2b1;
	scrollbar-arrow-color: #d5c2b1;
	scrollbar-shadow-color: #d5c2b1;
	scrollbar-highlight-color: #30211d;
}
body::-webkit-scrollbar{width: 14px;}
body::-webkit-scrollbar-track{background-color: #30211d;}
body::-webkit-scrollbar-thumb{background: #d5c2b1; border-radius: 10px;background-clip:padding-box;border:4px solid transparent;}
body::-webkit-scrollbar-button:start:decrement{height: 0; background: #30211d;}
body::-webkit-scrollbar-button:end:increment{height: 0; background: #30211d;}
profile
devforest443

0개의 댓글