Skip to content
Merged
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 @@ -3,6 +3,7 @@
### ✨ Features and improvements
- *...Add new stuff here...*
- Listen to webglcontextcreationerror event and give detailed debug info when it fails ([#1715](https://github.com/maplibre/maplibre-gl-js/pull/1715))
- Make sure `cooperativeGestures` overlay is always "on top" (z-index) of map features ([#1753](https://github.com/maplibre/maplibre-gl-js/pull/1753))

### 🐞 Bug fixes
- *...Add new stuff here...*
Expand Down
1 change: 1 addition & 0 deletions src/css/maplibre-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ a.maplibregl-ctrl-logo.maplibregl-compact {
opacity: 0;
pointer-events: none;
transition: opacity 1s ease 1s;
z-index: 99999;
}

.maplibregl-cooperative-gesture-screen.maplibregl-show {
Expand Down