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

IE9 area selector shows up beneath tile layer #12

Closed
bdon opened this issue Sep 2, 2015 · 1 comment
Closed

IE9 area selector shows up beneath tile layer #12

bdon opened this issue Sep 2, 2015 · 1 comment

Comments

@bdon
Copy link

bdon commented Sep 2, 2015

I know everyone hates this kind of issue, but does anyone know if it's possible to get this to work in IE9?

It does look like the area selector shows up right when the page loads, but then the tile layer covers it. There's no errors or anything.

(using https://saucelabs.com to test)

@bdon
Copy link
Author

bdon commented Nov 13, 2015

This seems to work, but I don't know if it is the simplest or most compatible fix:

.leaflet-areaselect-container {
  position:absolute;
  width:100%;
  height:100%;
  z-index: 99999;
}

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

1 participant