neovim / neovim.github.io

Neovim website
https://neovim.io
MIT License
415 stars 100 forks source link

the TOC is not scrollable in the online nvim doc v2 #297

Closed haolian9 closed 1 year ago

haolian9 commented 1 year ago

to reproduce:

i found the following css changes can help this situation.

.toc {
    height: 100%;
    overflow: auto;
}

ba2bdaee-4477-11ed-a643-54b203702c9c

justinmk commented 1 year ago

Thanks for suggesting that fix! The css class is here if you want to send a PR: https://github.com/neovim/neovim/blob/06f4edc864479fb121d514ec1e7253dba85b740d/scripts/gen_help_html.lua#L752