Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help/docs css: hide navbar when printing #341

Open
6801318d8d opened this issue Jan 22, 2024 · 1 comment
Open

help/docs css: hide navbar when printing #341

6801318d8d opened this issue Jan 22, 2024 · 1 comment
Labels
enhancement feature request

Comments

@6801318d8d
Copy link

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)

@justinmk justinmk added the enhancement feature request label Jan 23, 2024
@justinmk justinmk transferred this issue from neovim/doc Jan 23, 2024
@justinmk justinmk changed the title Hide navbar when printing help css: hide navbar when printing Jan 23, 2024
@justinmk justinmk changed the title help css: hide navbar when printing help/docs css: hide navbar when printing Jan 23, 2024
@adigitoleo
Copy link

The issue happens not only when printing but also on e.g. vertical monitors.

neovim/neovim#27802

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request
Projects
None yet
Development

No branches or pull requests

3 participants