In horizontal orientation, the content area height can now driven by the active step's content instead of always being sized to the tallest step. A new --body-grid-rows CSS custom property controls the internal row sizing of each step body — its default value of 1fr expands the body to fit its content, while setting it to 0fr collapses the body to zero height, enabling fully variable step heights. #2209
In horizontal orientation, the content area height can now driven by the active step's content instead of always being sized to the tallest step. A new
--body-grid-rowsCSS custom property controls the internal row sizing of each step body — its default value of1frexpands the body to fit its content, while setting it to0frcollapses the body to zero height, enabling fully variable step heights. #2209