rexxars / sanity-plugin-leaflet-input

Leaflet geopoint input component for Sanity.io
MIT License
13 stars 8 forks source link

z-index issues on newer Studios #4

Open runeb opened 3 years ago

runeb commented 3 years ago

Notice the above field of datetime appearing below the map

Screen Shot 2021-04-09 at 20 18 05
Jared-Dev commented 3 years ago

image Also, seems to show up on input pop-ups as well.

mxseev commented 2 years ago

As a temporary solution, you can use custom CSS:

:global(.leaflet-pane), :global(.leaflet-control), :global(.leaflet-top) {
  z-index: auto !important;
}