diff --git a/dev/sass/styles.scss b/dev/sass/styles.scss index 2be89b0a..77e7b6bd 100644 --- a/dev/sass/styles.scss +++ b/dev/sass/styles.scss @@ -78,6 +78,20 @@ html, body { } } +// TODO: revisit for support in browsers other than Chrome & Safari: +*::-webkit-scrollbar { + width: 0.5em; + height: 0.5em; +} +*::-webkit-scrollbar-track { + background: rgba($mid, 0.25); +} + +*::-webkit-scrollbar-thumb { + background-color: $mid; + border-radius: 0.5em; +} + .app .sidebar, .container .header, .tooltip { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;