Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main-map needs its own stacking context
(closes #876) The rules for stacking contexts are complicated https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context What I think was happening here was: Without an explicit z-index, the main map didn't actually establish a stacking context for the z-index values to start making sense When the user starts interacting, we set a transform3d on supersurface, which forces a stacking context to appear
- Loading branch information