diff --git a/styles/atom.less b/styles/atom.less index 8913845..175354d 100644 --- a/styles/atom.less +++ b/styles/atom.less @@ -9,17 +9,17 @@ atom-workspace { } .scrollbars-visible-always { - /deep/ ::-webkit-scrollbar { + ::-webkit-scrollbar { width: 10px; height: 10px; } - /deep/ ::-webkit-scrollbar-track, - /deep/ ::-webkit-scrollbar-corner { + ::-webkit-scrollbar-track, + ::-webkit-scrollbar-corner { background: @scroll-background; } - /deep/ ::-webkit-scrollbar-thumb { + ::-webkit-scrollbar-thumb { background: @scroll-thumb; box-shadow: 0 0 1px black inset; }