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

Adjust table height in resource-timeline #6

Closed pushbroomsweep closed 9 months ago

pushbroomsweep commented 9 months ago

The size of the table in resource-timeline is too long and adds a lot of whitespace below the last row. Also, it doesn't draw the horizontal rule for the last row. How can this be adjusted (perhaps, via custom css or another way)?

pushbroomsweep commented 9 months ago

I was able to workaround this by setting the height as a calendar option. Still would be useful to automatically resize based on data. Closing this for now