noice.nvim icon indicating copy to clipboard operation
noice.nvim copied to clipboard

fix: scrollbar thumb position

Open aeddi opened this issue 2 months ago • 0 comments

Calculate the position of the scrollbar thumb based on the window topline rather than the cursor position.

Without the fix

https://github.com/folke/noice.nvim/assets/5222525/2abe3933-379c-4eed-8903-1fabdb8a42e0

With the fix

https://github.com/folke/noice.nvim/assets/5222525/f2bb7358-4da3-434c-b1aa-4ca7718460bc

Fixes #759 Related to #471

aeddi avatar Apr 08 '24 15:04 aeddi