Added a scrollbar style to the main.sass
This commit is contained in:
parent
374b435ac4
commit
9c42438530
@ -5,3 +5,13 @@ body
|
||||
font-family: 'Inter', sans-serif
|
||||
height: 100vh
|
||||
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