im-perativa / streamlit-calendar

A Streamlit component to show calendar view using FullCalendar
https://calendar-component.streamlit.app/
Apache License 2.0
119 stars 12 forks source link

Streamlit-calender not getting rendered in streamlit tabs #31

Open amitmadahar opened 6 months ago

amitmadahar commented 6 months ago

When streamlit-calender is being placed in second or third tab it is not being rendered. Upon shifting the same calender to first tab, it works as expected.

image image

It is something to do with iframe height not being set correcty. The calender is present but squashed.

rsheftel commented 4 months ago

I have the same issue, curious if there is a work around fix like this one that was used to fix the same issue with the Ag-Grid component.

https://discuss.streamlit.io/t/aggrid-st-tabs-compatibility/32822/14