You can test this by changing Column to ColumnReverse and then navigating to any of the doc pages and then shrinking the window:
https://github.com/craft-gui/craft/blob/8f06faef04448777296d78a27802ad4634d7400b/website/src/docs/docs.rs#L120
This could be a Taffy bug, where the content size is measured incorrectly when using ColumnReverse.
You can test this by changing
ColumntoColumnReverseand then navigating to any of the doc pages and then shrinking the window:https://github.com/craft-gui/craft/blob/8f06faef04448777296d78a27802ad4634d7400b/website/src/docs/docs.rs#L120
This could be a Taffy bug, where the content size is measured incorrectly when using
ColumnReverse.