nebula.gl
nebula.gl copied to clipboard
HtmlOverlay is visible above a dropdown
Describe the bug
HtmlOverlay explicitly sets zIndex to 1 (here) which leads to unexpected behavior: an overlay item is visible above the dropdown menu:
It should not be explicitly set (defaults to auto), but if necessary should be allowed to be overridden.
To Do List
- [ ] Add label and assign to milestone
- [ ] Coding
- [ ] Test