💅🏻 css

스크롤바 디자인

(。θᗨθ。) 2022. 3. 7. 00:24
/* 스크롤바 설정*/ 
::-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