Skip to content

Commit

Permalink
Hide the global-bar when printing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillco committed Jul 25, 2024
1 parent 302ad70 commit 653856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_global_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Regardless of value, banner is always manually dismissable by users
always_visible = true

global_bar_classes = %w(global-bar dont-print)
global_bar_classes = %w(global-bar govuk-!-display-none-print)

title_classes = %w(global-bar-title)
title_classes << "js-call-to-action" if title_href
Expand Down

0 comments on commit 653856f

Please sign in to comment.