Added a styled scrollbar to the common styles

This commit is contained in:
Mathias Wagner 2023-06-09 02:21:56 +02:00
parent 492414602e
commit d2c3faf358

View File

@ -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