diff --git a/frontend/src/components/ZonesMap.js b/frontend/src/components/ZonesMap.js index 88fee2b..85620eb 100644 --- a/frontend/src/components/ZonesMap.js +++ b/frontend/src/components/ZonesMap.js @@ -15,8 +15,8 @@ const styles = theme => ({ fontSize: 24, }, mapContainer: { - minWidth: "800px", - minHeight: "600px" + width: "800px", + height: "800px" } });