nebula.gl icon indicating copy to clipboard operation
nebula.gl copied to clipboard

HtmlOverlay is visible above a dropdown

Open NameFILIP opened this issue 3 years ago • 0 comments

Describe the bug

HtmlOverlay explicitly sets zIndex to 1 (here) which leads to unexpected behavior: an overlay item is visible above the dropdown menu:

image
image

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

NameFILIP avatar Apr 20 '22 18:04 NameFILIP