Added a scrollbar to the App.sass
This commit is contained in:
@ -6,3 +6,13 @@
|
||||
body, html
|
||||
margin: 0
|
||||
background-color: $white
|
||||
|
||||
::-webkit-scrollbar
|
||||
width: 13px
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
background: $gray
|
||||
border-radius: 10px
|
||||
|
||||
::-webkit-scrollbar-thumb:hover
|
||||
background: $light-gray
|
Reference in New Issue
Block a user