Skip to content

Commit

Permalink
fix: issue #57 can not interact with map
Browse files Browse the repository at this point in the history
  • Loading branch information
fustroli committed Oct 10, 2021
1 parent f8f0719 commit eca7d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function MapDrawer(props) {
onOpen={() => setOpen(true)}
disableSwipeToOpen={true}
BackdropProps={{ open: false }}
style={{ position: 'relative' }}
>
<Paper
className={classes.drawer}
Expand Down

0 comments on commit eca7d55

Please sign in to comment.