fix: show overflow notification action buttons hidden on small screens
@@ -17,6 +17,13 @@ const baseThemeOptions = {
},
+ MuiCardActions: {
+ styleOverrides: {
+ root: {
+ overflowX: "auto",
+ },
};