fix: show overflow notification action buttons hidden on small screens
by setting `overflow-x: auto`
This commit is contained in:
parent
b483891bcb
commit
cef61b2c48
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,13 @@ const baseThemeOptions = {
|
|||
},
|
||||
},
|
||||
},
|
||||
MuiCardActions: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
overflowX: "auto",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue