-
스크롤바 css 변경기타/메모장 2022. 7. 13. 01:36
*::-webkit-scrollbar { width: 8px; height: 8px; } *::-webkit-scrollbar-thumb { background-color: #e4e4e7; } *::-webkit-scrollbar-track { background-color: #f4f4f5; } * { scrollbar-color: #e4e4e7 #f4f4f5; scrollbar-width: thin; }