Skip to content

Add @media print CSS statements to be able to get usefull pdf formatting #3166

@valueerrorx

Description

@valueerrorx

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area:CSSFor styling or layout issues handled with CSS/SASS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions