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.
1 parent 1311bb4 commit c04f6faCopy full SHA for c04f6fa
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