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 3bd0b41 + c04f6fa commit 1087e67Copy full SHA for 1087e67
src/style/HistorySideBarStyle.ts
@@ -4,5 +4,6 @@ export const historySideBarStyle = style({
4
display: 'flex',
5
flexDirection: 'column',
6
paddingLeft: 0,
7
- overflowY: 'scroll'
+ overflowY: 'scroll',
8
+ marginBlockEnd: 0
9
});
0 commit comments