Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

Fix to remove extra spaces in cookie manager intervenes other components #65

Open windkit opened 5 months ago

windkit commented 5 months ago

Particularly, https://github.com/Schluca/streamlit_tree_select will break as the iframe was first initialized with height=0

While this is partly due to other component's behavior (in this example, its height is dynamically determined by dynamic data), the fix is impacting other components, I wonder if it is possible to pinpoint the impact to cookie_manager iframes.

mostaphaRoudsari commented 5 months ago

We also have a similar issue on our end. This particular commit is hiding all the elements of our Streamlit components.

https://github.com/Mohamed-512/Extra-Streamlit-Components/commit/1fa9839ced525ad82f288afa21083431bdcee0b3