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 have two leaflet map widgets that i want to combine into a single widget, where i want both widgets height to be 95% of the vh
Specifying the height in combineWidgets to 200vh (for two widgets) works well, placing the maps one on top of the other where the user has to scroll down to the next map, but i want each map to be 95% height.
Right now the div style of each individual widget defaults to 100% and changing the height when creating the widget with leaflet does nothing to change the height when they are combined.
Is there a way to do this? Thanks.
The text was updated successfully, but these errors were encountered:
I have two leaflet map widgets that i want to combine into a single widget, where i want both widgets height to be 95% of the vh
Specifying the height in combineWidgets to 200vh (for two widgets) works well, placing the maps one on top of the other where the user has to scroll down to the next map, but i want each map to be 95% height.
Right now the div style of each individual widget defaults to 100% and changing the height when creating the widget with leaflet does nothing to change the height when they are combined.
Is there a way to do this? Thanks.
The text was updated successfully, but these errors were encountered: