Skip to content

Commit

Permalink
Remove horizonal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithOz committed Dec 20, 2018
1 parent e14bc28 commit 8355b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Expand Up @@ -55,7 +55,7 @@ class App extends Component {
onClick={() => this.setState({ showSidebar: !this.state.showSidebar })}
/>
</AppBar>
<Box direction='row' flex>
<Box direction='row' flex overflow={{ horizontal: 'hidden' }}>
<Box flex align='center' justify='center'>
app body
</Box>
Expand Down

0 comments on commit 8355b49

Please sign in to comment.