Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

z-index issues on newer Studios #4

Open
runeb opened this issue Apr 10, 2021 · 2 comments
Open

z-index issues on newer Studios #4

runeb opened this issue Apr 10, 2021 · 2 comments

Comments

@runeb
Copy link

runeb commented Apr 10, 2021

Notice the above field of datetime appearing below the map

Screen Shot 2021-04-09 at 20 18 05

@Jared-Dev
Copy link

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

@mxseev
Copy link

mxseev commented Oct 12, 2021

As a temporary solution, you can use custom CSS:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants