We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the scroll wheel to scroll a long layer list results in the map zooming instead.
jsfiddle showing this: https://jsfiddle.net/LnzN2/1454/ It works as expected without using grouped layer control: https://jsfiddle.net/LnzN2/1455/
The text was updated successfully, but these errors were encountered:
Looked to leaflet layer control for inspiration. Take a look at PR #64 and see if that helps.
Sorry, something went wrong.
See #62
@NHellFire Sorry, didn't see that PR. I don't think it updates the height of the layer control based on the window height to prevent the overflow.
PR #64 also updates the height the same way leaflet does. So that the layer control does not overflow the window.
No branches or pull requests
Using the scroll wheel to scroll a long layer list results in the map zooming instead.
jsfiddle showing this: https://jsfiddle.net/LnzN2/1454/
It works as expected without using grouped layer control: https://jsfiddle.net/LnzN2/1455/
The text was updated successfully, but these errors were encountered: