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?