Overlay scrollbar

This commit is contained in:
2021-11-20 18:27:16 +09:00
parent e2c3feb36c
commit df5f0c0f65
4 changed files with 15 additions and 7 deletions

View File

@ -7,6 +7,9 @@
::-webkit-scrollbar
width scrollbar-size
::-webkit-scrollbar-button
display none
::-webkit-scrollbar-track
background-color scrollbar-track-color
@ -15,3 +18,7 @@
border-radius scrollbar-border-radius
background-clip content-box
background-color scrollbar-thumb-color
:hover,
:focus
background-color scrollbar-thumb-hover-color