Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 18369b4

Browse files
committed
Updated based on Jason's feedback.
1 parent 7376838 commit 18369b4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/styles/brackets.less

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,18 @@ html, body {
6565
backface-visibility: hidden;
6666
}
6767

68-
.platform-linux {
68+
.platform-linux, .platform-mac {
6969
::-webkit-scrollbar {
7070
width: 8px;
7171
height: 8px;
7272
}
7373

74-
::-webkit-scrollbar-track-piece {
75-
background: none;
74+
::-webkit-scrollbar-track:vertical {
75+
margin: 0 0 8px 0;
76+
}
77+
78+
::-webkit-scrollbar-track:horizontal {
79+
margin: 0 8px 0 0;
7680
}
7781

7882
::-webkit-scrollbar-thumb {

0 commit comments

Comments
 (0)