mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-19 01:44:45 -05:00
The content of the GOV.UK Frontend header component is `position: relative`. This changed the [default z-index stacking](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index_ so it was above `<main>`. This aligns `<main>` with the header, meaning `<main>` appears above it due to being below it in the document.