Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit b05236c

Browse files
darkwingjasonLaster
authored andcommitted
Fix double scrollbar issue in SourcesTree (#5787)
1 parent 70617a7 commit b05236c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/PrimaryPanes/Sources.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
overflow-y: auto;
6666
}
6767

68-
.sources-list {
69-
flex: 1;
70-
display: flex;
71-
}
72-
7368
.sources-list .tree:focus {
7469
outline: none;
7570
}
@@ -226,6 +221,11 @@
226221
display: block;
227222
}
228223

224+
.sources-list-custom-root .sources-list {
225+
flex: 1;
226+
display: flex;
227+
}
228+
229229
.sources-list-custom-root .sources-list,
230230
.sources-list-custom-root .no-sources-message {
231231
position: absolute;

0 commit comments

Comments
 (0)