diff options
-rw-r--r-- | modern/src/MainPage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index 287a21fa..eaf3e40c 100644 --- a/modern/src/MainPage.js +++ b/modern/src/MainPage.js @@ -13,6 +13,7 @@ const styles = theme => ({ }, content: { flexGrow: 1, + overflow: "hidden", display: "flex", flexDirection: "row", [theme.breakpoints.down('xs')]: { |