diff --git a/src/styles/_apps_base.sass b/src/styles/_apps_base.sass index 1e00de76..180ced9e 100644 --- a/src/styles/_apps_base.sass +++ b/src/styles/_apps_base.sass @@ -1,12 +1,13 @@ ::-webkit-scrollbar - width: 5px - height: 5px + width: 8px + height: 8px ::-webkit-scrollbar-track background-color: transparent ::-webkit-scrollbar-thumb background-color: darken($color-background, 40%) + border-radius: 999em ::placeholder color: $color-text-dark-hint