Remove horizontal scrollbar on mobile
Description
Remove the horizontal scrollbar when visiting the application on mobile
Further details
It looks to be related to:
const theme = createTheme({
components: {
MuiContainer: {
styleOverrides: {
root: {
"@media (max-width: 1150px)": {
margin: "0 16px",
},
},
},
},
},
});
Task list
Acceptance criteria
Links/references
Edited by Sebastiaan ten Pas