diff --git a/terminus-core/src/theme.scss b/terminus-core/src/theme.scss index 7b122283..f95f4907 100644 --- a/terminus-core/src/theme.scss +++ b/terminus-core/src/theme.scss @@ -126,7 +126,7 @@ body { app-root { &.no-tabs { - background: rgba(0,0,0,.5); + background: rgba(0,0,0,.5); } &> .content { @@ -366,3 +366,18 @@ toggle.active .body .toggle { fill: white; fill-opacity: 0.75; } + +*::-webkit-scrollbar { + background: rgba(0, 0, 0, .125); + width: 10px; + margin: 5px; +} + +*::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, .25); +} + +*::-webkit-scrollbar-corner, +*::-webkit-resizer { + opacity: 0; +}