반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- MachineLearning
- xcode
- 티스토리챌린지
- webpack
- node
- 센토스
- jest
- androidstudio
- Chrome
- VirtualBox
- TensorFlow
- 맥
- qunit
- build
- linux
- 오블완
- 네트워크
- 개발
- Android
- PYTHON
- centos
- localserver
- 리눅스
- IOS
- react
- vsCode
- ReactNative
- MAC
- unittest
Archives
- Today
- Total
로메오의 블로그
customer scrollbar - webkit-scrollbar 본문
반응형
.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