Make horizontal scrollbar in st.dataframe not overlap to last row

Hi all, I’m using st.dataframe to display some data, but I noticed that the last row is partially not visible due to the horizontal scrollbar. This effect can be seen also in the example from the docs.

This annoying mainly since I let the user to filter data and get only one row. In this case this single row cannot be fully visible.

Is there a way to put the scroll bar just outside of the last row?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.