coq-lsp
coq-lsp copied to clipboard
Goal panel offset misaligned

As you can see, the goal panel seems to be misaligned and the top is clipping. Probably needs some CSS tweaking.
That's actually not css but JavaScript, we call scroolIntoView , indeed, the scroll heuristics could use some tuning, there are often many cases to take into account, for now i just added some rough call in #410 to serve as a reference point.