728x90
반응형
<style>
#tempDiv ::-webkit-scrollbar {
width: 5px;
}
/* Track */
#tempDiv ::-webkit-scrollbar-track {
border-radius: 5px;
}
/* Handle */
#tempDiv ::-webkit-scrollbar-thumb {
background: #000;
border-radius: 5px;
}
</style>
<div id="tempDiv">
</div>
728x90
반응형
'CSS' 카테고리의 다른 글
[CSS] 머티리얼 아이콘 material-icons 구글 웹폰트 (0) | 2021.02.09 |
---|---|
[CSS] :not(:first-child), :not(:last-child) (0) | 2020.07.10 |
[CSS] html 테이블 헤더 고정 (table thead 고정) tbody 스크롤(scroll) (0) | 2020.05.12 |
[CSS] table width 고정 (0) | 2020.05.12 |
[CSS] select 박스 style2 (0) | 2020.05.11 |