Pillar: Wider scrollbars
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
width: 5px
|
width: 8px
|
||||||
height: 5px
|
height: 8px
|
||||||
|
|
||||||
::-webkit-scrollbar-track
|
::-webkit-scrollbar-track
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb
|
::-webkit-scrollbar-thumb
|
||||||
background-color: darken($color-background, 40%)
|
background-color: darken($color-background, 40%)
|
||||||
|
border-radius: 999em
|
||||||
|
|
||||||
::placeholder
|
::placeholder
|
||||||
color: $color-text-dark-hint
|
color: $color-text-dark-hint
|
||||||
|
Reference in New Issue
Block a user