I can use K to show the man pages in Vim before I install coc.nvim. And when I am using coc.nvim to do the same thing, instead of man pages, the documentation is in a hover. But sometimes, the text cannot be displayed at one time, like this:

I have tried many ways to scroll the hover area, j, Ctrl+j, Shift+j, Ctrl+p, Shift+p, Tab, j..., but they didn't work.
So what can I do to scroll the documentation so that I can read the whole text
Shift-kwill activate the lsp hover but leave you in visual mode, in the buffer. If you typeshift-kagain focus will move to the hover and you can scroll around using all the usual keys (j, k, C-f, C-d, C-b, page-up, page-down etc) and type q to dismiss the popup.