提交 1a8735b2 编写于 作者: D Daniel Imms

Move terminal hover down 1 pixel

This stops the mouse triggering link behind hover
上级 eb21b64a
......@@ -119,7 +119,7 @@ class CellHoverTarget extends Widget implements IHoverTarget {
return {
x: firstPosition.left,
horizontalAnchorSide: HorizontalAnchorSide.Left,
y: document.documentElement.clientHeight - firstPosition.top,
y: document.documentElement.clientHeight - firstPosition.top - 1,
verticalAnchorSide: VerticalAnchorSide.Bottom,
fallbackY: firstPosition.top + firstPosition.height - 1
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册