Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Sep 23, 2023
1 parent 5ab9743 commit 5276d17
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,14 @@ const MapboxStyleOverride = css`
}
.mapboxgl-ctrl {
margin: 0;
pointer-events: none;
> * {
pointer-events: auto;
}
}
.mapboxgl-ctrl {
margin: 0;
}
.mapboxgl-ctrl-attrib {
order: 100;
padding: 0;
Expand Down

0 comments on commit 5276d17

Please sign in to comment.