Fix layout jumps causing by collapsing content heights
authorAlexander Ebert <ebert@woltlab.com>
Wed, 5 Jul 2023 16:29:45 +0000 (18:29 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 5 Jul 2023 16:29:45 +0000 (18:29 +0200)
commit10cd0f106eafc17411ead418189ddf3a90a439aa
treeb94effeafe68f9c070a451d72b1a83b51c864680
parentb1a03bcd7b59f1e0ca8f9a61384ca52e9e4dd29e
Fix layout jumps causing by collapsing content heights

This is a recurring issue caused by `height: 100%` in this context means “100% of the height”.

`100vh` is relative to the viewport and forces 100% of its height as the elements min-height.

This wasn’t used before, because the browser support was lackluster back then (tm).
wcfsetup/install/files/style/layout/layout.scss