diff --git a/static/style/main.scss b/static/style/main.scss index 8fdb4f0..5b4e7db 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -177,6 +177,28 @@ footer { border-radius: .2em; } + +::-webkit-scrollbar { + width: .5rem; + + &-button { + display: none; + } + + &-track { + background-color: $base; + } + + &-thumb { + background-color: $overlay0; + border-radius: .25rem; + + &:hover { + background-color: $overlay1; + } + } +} + @font-face { font-family: Monocraft; src: url("/static/font/Monocraft.ttc");