I created a container and a table inside it. In both the main frame and the container, I have selected the "expand content to fit". In the table and the container, both, the height is set to auto and uneditable because of the "expand content to fit" setting (which is OK). I would assume that the height is adjusted to the max height of the components inside. I would assume that the table would not have a scroll if it is set to height auto.
I tried also without the setting "expand content to fit" but works the same way. I can't find a way to solve this. I even tried with custom CSS but no success.
Hi @ggallese! Thanks for flagging this -- when components are inside a full bleed container we typically try to override the height type to be fixed height on Retool's end to avoid scrollbar issues like this. For some reason this doesn't appear to be working as expected for Table -- I'm looking into a fix for this!
In the meantime to avoid needing custom CSS to make it work, you can un-check "Expand contents to fit", change the Table height to be fixed height, and re-enable Expand contents to fit -- this should allow it to render without double scrollbars!
@ggallese This should be fixed as well! The fix is live on cloud so you should be able to remove the CSS override -- let me know if you encounter any issues