/* 스크롤바 설정*/
::-webkit-scrollbar{
width: 6px;
}
/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb{
height: 17%;
background-color: rgba(255,255,255,1);
border-radius: 10px;
}
/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track{
background-color: rgba(0,0,0,0);
}
728x90