From 08f779c226c7df66e6e9ce6cb793aff9a96aa58e Mon Sep 17 00:00:00 2001 From: jolevesq Date: Thu, 28 Mar 2024 13:43:15 +0000 Subject: [PATCH] Build: (61cb023) Merge pull request #73 from mayurmarakana89/geochart-theme-styling fix chart overflow issue --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 242785c..5abe141 100644 --- a/main.js +++ b/main.js @@ -46434,10 +46434,10 @@ var getSxClasses = function getSxClasses(theme) { var _theme$palette$geoVie, _theme$palette$geoVie2; return { mainContainer: { - fontFamily: theme.typography.body1.fontFamily, - overflowY: 'auto' + fontFamily: theme.typography.body1.fontFamily }, mainGeoChartContainer: { + position: 'relative', padding: '20px', display: 'flex', borderColor: theme.palette.geoViewColor.primary.main,