You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the map can be displayed by setting a fixed height in pixels, however this is inconvenient... is there no way to have it take the full height of the parent container?
can this be fixed?
what seems to be causing this behaviour?
The text was updated successfully, but these errors were encountered:
If your parent div has width:100% then your maps will respect that, but if the parent of the parent has the same it will be 0 since that is how things work. The best way is to use the vh measure. for example, you can set the parent container to be height: 70vh, and your maps will show.
Thanks for this library!
I understand the map can be displayed by setting a fixed height in pixels, however this is inconvenient... is there no way to have it take the full height of the parent container?
can this be fixed?
what seems to be causing this behaviour?
The text was updated successfully, but these errors were encountered: