Fix on scrollbars

This commit is contained in:
2016-11-21 12:29:09 +01:00
parent 6ef2c5ca0d
commit 9e952b0436
2 changed files with 8 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
::-webkit-scrollbar
width: 5px
height: 5px
width: 9px
height: 9px
::-webkit-scrollbar-track
background-color: rgba($color-background, .2)
background-color: transparent
::-webkit-scrollbar-thumb
background-color: rgba($color-text-dark-hint, .6)