neovim.github.io icon indicating copy to clipboard operation
neovim.github.io copied to clipboard

help/docs css: hide navbar when printing

Open 6801318d8d opened this issue 1 year ago • 1 comments

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)

6801318d8d avatar Jan 22 '24 03:01 6801318d8d

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

https://github.com/neovim/neovim/issues/27802

adigitoleo avatar Mar 12 '24 03:03 adigitoleo