Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Bug fixes 🐞

- Improve accessibility of standard map control buttons by increasing their pointer target size
- Fix raster-array out of bounds assertion error for non-mecator projections
- Fix error when object-property strings were used in expressions
- Fix wrong access token used on multi-map environments
Expand Down
4 changes: 2 additions & 2 deletions src/css/mapbox-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
}

.mapboxgl-ctrl-group button {
width: 32px;
height: 32px;
width: 44px;
height: 44px;
display: block;
padding: 0;
outline: none;
Expand Down
Loading