Added a scrollbar style to the main.sass
This commit is contained in:
parent
374b435ac4
commit
9c42438530
@ -4,4 +4,14 @@ body
|
|||||||
background-color: $background
|
background-color: $background
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
height: 100vh
|
height: 100vh
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
::-webkit-scrollbar
|
||||||
|
width: 5px
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb
|
||||||
|
background: $dark-gray
|
||||||
|
border-radius: 10px
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover
|
||||||
|
background: $primary
|
Reference in New Issue
Block a user