deck.gl
deck.gl copied to clipboard
fix(widgets): increase z-index to fix mouse events
Closes #8877
https://github.com/visgl/deck.gl/assets/2461547/e480b6ab-72e5-40b1-a70d-46300906adac
Change List
- increase widget container zIndex
coverage: 89.841%. remained the same when pulling be7b990a423ef69bfccf4198647c9935e446e619 on chr/fix-widget-events into eebcdd47d11fe41b2881fb5494c67b10494931e5 on master.
Hey @Pessimistress, how do you feel about us merging this in and patching as a temp fix for mouse events? I think the longer term solution is to rearrange the DOM, but that has the potential of affecting more users. That work is beginning in #8893