diff --git a/main.js b/main.js index 62870af..242785c 100644 --- a/main.js +++ b/main.js @@ -46435,14 +46435,14 @@ var getSxClasses = function getSxClasses(theme) { return { mainContainer: { fontFamily: theme.typography.body1.fontFamily, - borderColor: theme.palette.geoViewColor.primary.main, - borderWidth: '2px', - borderStyle: 'solid', overflowY: 'auto' }, mainGeoChartContainer: { padding: '20px', - display: 'flex' + display: 'flex', + borderColor: theme.palette.geoViewColor.primary.main, + borderWidth: '2px', + borderStyle: 'solid' }, header: { display: 'flex',