raster-foundry / blasterjs

React UI library designed and built by Azavea
https://raster-foundry-blaster.netlify.com
Other
6 stars 3 forks source link

Can't set z-index of tooltip #239

Closed alkamin closed 4 years ago

alkamin commented 4 years ago

Tried:

While the latter does get a style applied on an element (TooltipContent), it has no effect likely due to positioning of parent elements.

designmatty commented 4 years ago

I think we should set a really high, hard definition of the z-index. Tooltips should always have the highest z-ordering.

designmatty commented 4 years ago

And it doesn't seem like something that should be overridden.