Skip to content

fix: z-index issue when switching to mapKit tile

When switching to the MapKit tile, the controls where invisible. After moving the map it become visible.

After debugging it seems an issue with the Z-Index and some extra classes that where misused.

Current situation

Before Screenshot_2020-10-29_at_10.23.01

when switching to Screenshot_2020-10-29_at_10.23.16

moving the map will bring them back Screenshot_2020-10-29_at_10.23.24

Merge request reports