로메오의 블로그

customer scrollbar - webkit-scrollbar 본문

Design/Markup

customer scrollbar - webkit-scrollbar

romeoh 2022. 3. 29. 13:54
반응형

 

.list-group {margin-top: 12px; height: calc(100vh - 190px); overflow-y: scroll;}
.list-group::-webkit-scrollbar {width: 10px;}
.list-group::-webkit-scrollbar-thumb {background-color: #999; opacity: .5; border-radius: 10px;}
.list-group::-webkit-scrollbar-track {opacity: 0 }
.list-group {margin-top: 12px; height: calc(100vh - 190px); overflow-y: scroll;}
.list-group::-webkit-scrollbar {width: 10px;}
.list-group::-webkit-scrollbar-thumb {background-color: #2f3542; border-radius: 10px;}
.list-group::-webkit-scrollbar-track {background-color: grey; 
	border-radius: 10px; box-shadow: inset 0px 0px 5px white;
}

 

반응형

'Design > Markup' 카테고리의 다른 글

css 가상요소[Pseudo Element] before, after  (0) 2022.03.30
css 텍스트 말줄임 - text ellipsis  (0) 2022.03.29
SVG 폰트 만들기  (0) 2022.03.23
Figma에서 Font Awesome 적용하기  (2) 2022.03.17
[Gimp] 사각형 그리기  (0) 2021.12.21
Comments