-
Notifications
You must be signed in to change notification settings - Fork 362
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
Resizing via m.layout.height = ..
doesn't resize actual map
#345
Comments
Is the behavior on |
I think it was changing size correctly before I switched to master. |
Thanks for looking at it and for reporting the issue! There were some recent changes on the layout, so it is possible that |
But then you have to set default |
Copy height from parent widget div into map div, addresses issue jupyter-widgets#345
This should be fixed on current master |
I am seeing this issue with 0.13.6, although I have a complicated jupyterlab/conda setup that maybe interfering. if other jupyter installs and conda environments should not matter then something is wrong edit nevermind, it now works even though I didn't change the syntax of my usage at all. not sure why it wasn't working for me. |
Enclosing container for leaflet map remains always at 400px
I believe this is due to this css rule (line 2):
ipyleaflet/js/src/jupyter-leaflet.css
Lines 1 to 5 in fffb6e5
This is on
master
branch.The text was updated successfully, but these errors were encountered: