Skip to content

Commit

Permalink
Build: (61cb023) Merge pull request #73 from mayurmarakana89/geochart…
Browse files Browse the repository at this point in the history
…-theme-styling

fix chart overflow issue
  • Loading branch information
jolevesq committed Mar 28, 2024
1 parent 66f0e06 commit 08f779c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 08f779c

Please sign in to comment.