From 58b66d9a09d3128f96f8c42f0e271a2323581143 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 6 Sep 2018 17:05:20 +1200 Subject: Fix map sizing issue --- modern/src/MainPage.js | 1 + 1 file changed, 1 insertion(+) (limited to 'modern/src/MainPage.js') diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index 287a21f..eaf3e40 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')]: { -- cgit v1.2.3