Skip to content

Commit

Permalink
Fixed horizontal scrollbar due to Grid component, see: mui/material-u…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dechoux committed Apr 26, 2020
1 parent 691394f commit 724e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Expand Up @@ -37,7 +37,7 @@ const App = () => {
<Provider store={store}>
<ConnectedRouter history={history}>
<MuiThemeProvider theme={customTheme.mui}>
<Grid container direction="column" spacing={2}>
<Grid container direction="column" spacing={2} xs={12}>
<Grid item>
<HeaderContainer />
<ToastContainer />
Expand Down

0 comments on commit 724e64b

Please sign in to comment.