We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3ed99 commit 03f4746Copy full SHA for 03f4746
src/Components/App/styles.js
@@ -38,7 +38,7 @@ const useStyles = (theme) => {
38
// background: `linear-gradient(35deg, ${theme.palette.background.paper} 10%, ${theme.palette.background.default} 225%)`,
39
},
40
content: {
41
- overflow: 'auto',
+ overflow: 'visible', // !important
42
paddingTop: topBottomPadding,
43
// paddingBottom: topBottomPadding,
44
paddingLeft: leftRightPadding,
0 commit comments