Skip to content

Commit 03f4746

Browse files
committed
fixed bug of card not sticking in tableview
1 parent 8e3ed99 commit 03f4746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/App/styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const useStyles = (theme) => {
3838
// background: `linear-gradient(35deg, ${theme.palette.background.paper} 10%, ${theme.palette.background.default} 225%)`,
3939
},
4040
content: {
41-
overflow: 'auto',
41+
overflow: 'visible', // !important
4242
paddingTop: topBottomPadding,
4343
// paddingBottom: topBottomPadding,
4444
paddingLeft: leftRightPadding,

0 commit comments

Comments
 (0)