🏠 New in Low Baseline Support: Static positioning
July 29, 2015
The position: static CSS declaration positions an element in the normal flow. A statically positioned element ignores physical and logical properties such as top or inset-block-start.
Source features
css.properties.position.static[mdn]