🏠 New in Low Baseline Support: Layout containment
March 14, 2022
The contain: layout
CSS declaration isolates the inside of an element such that it cannot affect the layout of the rest of the page or be affected by the rest of the page. This permits the browser to avoid slower layout calculations.
Source features
css.properties.contain.layout
[mdn]