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