Skip to content

Commit

Permalink
Merge pull request #1102 from aviklai/dev
Browse files Browse the repository at this point in the history
Fixing leaflet greyed our areas
  • Loading branch information
atalyaalon authored May 5, 2024
2 parents 5b179de + e4490b1 commit 5c208d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/molecules/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const useStyles = makeStyles({
root: {
height: '100%',
width: '100%',

'& img': {
'display': 'block',
},
},
});

Expand Down

0 comments on commit 5c208d5

Please sign in to comment.