Merge pull request #1486 from songe/fix-cropped-card-action

fix: show overflow notification action buttons hidden on small screens
This commit is contained in:
Philipp C. Heckel
2025-11-16 11:35:10 -05:00
committed by GitHub

View File

@@ -17,6 +17,13 @@ const baseThemeOptions = {
},
},
},
MuiCardActions: {
styleOverrides: {
root: {
overflowX: "auto",
},
},
},
},
};