We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f48263a + 6368891 commit 54a1293Copy full SHA for 54a1293
src/style/BranchMenu.ts
@@ -101,7 +101,7 @@ export const listWrapperClass = style({
101
maxHeight: '400px',
102
103
overflow: 'hidden',
104
- overflowY: 'scroll'
+ overflowY: 'auto'
105
});
106
107
export const listItemClass = style({
src/style/HistorySideBarStyle.ts
@@ -10,5 +10,5 @@ export const historySideBarStyle = style({
10
marginBlockEnd: 0,
11
paddingLeft: 0,
12
13
14
0 commit comments