Skip to content

Commit

Permalink
Merge pull request #73 from mayurmarakana89/geochart-theme-styling
Browse files Browse the repository at this point in the history
fix chart overflow issue
  • Loading branch information
jolevesq authored Mar 28, 2024
2 parents b1768c0 + ffc5c2c commit 61cb023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const getSxClasses = (theme: Theme) => {
return {
mainContainer: {
fontFamily: theme.typography.body1.fontFamily,
overflowY: 'auto',
},
mainGeoChartContainer: {
position: 'relative',
padding: '20px',
display: 'flex',
borderColor: theme.palette.geoViewColor.primary.main,
Expand Down

0 comments on commit 61cb023

Please sign in to comment.