In order to document the work of my students it sometimes makes sense to use the webbrowsers print to pdf feature unfortunately the cookie banner is always visible, the code is cut off and the rest doesn't fit either. adding some css statements would help a lot @media print { //this controls how the view is printed (to pdf) #cookiebanner { display: none !important; } } thank you!