Added a scrollbar to the App.sass

This commit is contained in:
2022-12-27 23:54:04 +01:00
parent 0d237d87e5
commit 0412341480

View File

@ -5,4 +5,14 @@
body, html
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