mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* Make the default max-height of a DataTable 100% See #2959 * Fix the demo Adding `max-height: 100%;` to DataTable has worked everywhere, except in the demo, where it makes the table just plain flat out disappear. It looks like it's down to a bug in Textual's CSS, possibly. This fixes the demo for now, and a standalone issue will follow that dives into what's going on with this particular combination of container and datatable styling. * Update the ChangeLog * Update the FAQ