mirror of
https://github.com/neovim/neovim.git
synced 2026-07-20 08:01:46 +00:00
Problem: With shadow border, scrollbar and border overlap. Shadow's right border starts from the second row (offset by 1), but scrollbar renders on every row including the first. If they share a column, the first row shows scrollbar where shadow hasn't started yet, causing misalignment. Solution: Separate scrollbar from the shadow's right border.