diff --git a/CHANGELOG.md b/CHANGELOG.md index c2243a727..378bf332c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix Sass deprecation on `mix` function (passing a number without unit) ([PR 995](https://github.com/nhsuk/nhsuk-frontend/pull/995)) - Add nhsukAttributes macro, copied from GOV.UK ([PR 998](https://github.com/nhsuk/nhsuk-frontend/pull/998)) +- Hide header's navigation links on print ([PR 1001](https://github.com/nhsuk/nhsuk-frontend/pull/1001)) - Fix missing classes option for summary list rows ([PR 1007](https://github.com/nhsuk/nhsuk-frontend/pull/1007)) - Add support for inline conditions on summary list rows ([PR 1008](https://github.com/nhsuk/nhsuk-frontend/pull/1008)) - Change "Contact us" in the footer link examples to "Give us feedback" ([PR 972](https://github.com/nhsuk/nhsuk-frontend/pull/972)) diff --git a/packages/components/header/_header.scss b/packages/components/header/_header.scss index 716e5c603..36d0e7a55 100644 --- a/packages/components/header/_header.scss +++ b/packages/components/header/_header.scss @@ -485,6 +485,7 @@ } .nhsuk-navigation-container { + @include print-hide(); position: relative; }