Skip to content

help/docs css: hide navbar when printing #341

@6801318d8d

Description

@6801318d8d

I went here and tried to print the page to PDF.

But the navbar covers the text:

image

Please add the following style to the page:

    @media print {
        div.col-narrow.toc {
            display: none;
        }
    }

(in the meantime you can use Stylus to manually add it)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions