Skip to content

Commit addbc69

Browse files
author
Thomas Erbe
committed
Fixed a bug where the scrollbar was affecting the sidebar
1 parent 8f48470 commit addbc69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/styles/brackets_scrollbars.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@
9898
}
9999
}
100100

101-
.platform-win {
101+
.platform-win .content {
102102
::-webkit-scrollbar {
103-
background: #f0f0f0;
104-
width: 15px;
103+
background: #f0f0f0;
104+
width: 15px;
105105
}
106106
::-webkit-scrollbar-thumb {
107-
background: #cdcdcd;
108-
width: 15px;
107+
background: #cdcdcd;
108+
width: 15px;
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)