Skip to content

Fixes rendering issue with the sidebar on printed pages

Sam Beckham requested to merge 437764-sidebar-print-issues into master

What does this MR do and why?

Fixes rendering issue with the sidebar on printed pages

The overlay was rendering over the page causing it to render a blank page. This change specifically hides it from print media.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-02-09_at_12.42.44 Screenshot_2024-02-09_at_12.42.22

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open up any page on the GDK.
  2. Make sure the sidebar is open
  3. Try to print the page

Related to #437764 (closed)

Edited by Sam Beckham

Merge request reports