Added a styled scrollbar to the common styles
This commit is contained in:
parent
492414602e
commit
d2c3faf358
@ -1,3 +1,5 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
*
|
||||
box-sizing: border-box
|
||||
|
||||
@ -14,6 +16,16 @@ body, html
|
||||
.app
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
height: 100%
|
||||
width: 100%
|
||||
width: 100%
|
||||
overflow-y: scroll
|
||||
|
||||
::-webkit-scrollbar
|
||||
width: 10px
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
background: $background
|
||||
border-radius: 1rem
|
||||
|
||||
&:hover
|
||||
background: $border
|
Loading…
x
Reference in New Issue
Block a user