Summary
Hey, I would like to make a map, like folium, responsive in width and height. Currently, with geemap it is responsive only in width.
Steps to reproduce
Code snippet:
import geemap.foliumap as geemap
import streamlit as st
Map = geemap.Map(zoom=3, center=(-10, -55), )
Map.to_streamlit(height=600, responsive=True, scrolling=False)