mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-12-23 22:27:49 -05:00
fix: show overflow notification action buttons hidden on small screens
by setting `overflow-x: auto`
This commit is contained in:
@@ -17,6 +17,13 @@ const baseThemeOptions = {
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiCardActions: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
overflowX: "auto",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user