Added a scrollbar to the App.sass
This commit is contained in:
@ -5,4 +5,14 @@
|
|||||||
|
|
||||||
body, html
|
body, html
|
||||||
margin: 0
|
margin: 0
|
||||||
background-color: $white
|
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