Merge pull request #249 from C8H10N4O2-E970/go

Added a scrollbar that adapts dynamically to situations...
This commit is contained in:
Eduard Urbach 2021-11-20 12:06:54 +09:00 committed by GitHub
commit 1c21184e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,3 +41,14 @@ rt
.spacer
flex 1
@media (hover : hover) and (pointer : fine)
body
scrollbar-color text-color bg-color
::-webkit-scrollbar
width 8px
::-webkit-scrollbar-track
background var(--bg-color)
border-radius 20px
::-webkit-scrollbar-thumb
background var(--text-color)
border-radius 20px