as above, set the height of wrapper to 100vh for column layout. The height of the content is the remaining height of the flex:1, fill bottom. This should have been the result
but it actually shows that the inner height exceeds the remaining height of the wrapper, which makes the content stretch into the height of the inner, instead of filling the wrapper minus the remaining height of the bottom
what should I do with it?