diff --git a/stylesheets/atom.less b/stylesheets/atom.less index d5f4c5b..5510af4 100644 --- a/stylesheets/atom.less +++ b/stylesheets/atom.less @@ -7,3 +7,20 @@ .workspace { background-color: @app-background-color; } + +.scrollbars-visible-always { + /deep/ ::-webkit-scrollbar { + width: 10px; + height: 10px; + } + + /deep/ ::-webkit-scrollbar-track, + /deep/ ::-webkit-scrollbar-corner { + background: @scroll-background; + } + + /deep/ ::-webkit-scrollbar-thumb { + background: @scroll-thumb; + box-shadow: 0 0 1px black inset; + } +}