提交 774336d9 编写于 作者: I isidor

fixes #107670

上级 4c722030
......@@ -298,7 +298,7 @@ export class DebugHoverWidget implements IContentWidget {
}
private layoutTreeAndContainer(initialLayout: boolean): void {
const scrollBarHeight = 8;
const scrollBarHeight = 10;
const treeHeight = Math.min(this.editor.getLayoutInfo().height * 0.7, this.tree.contentHeight + scrollBarHeight);
this.treeContainer.style.height = `${treeHeight}px`;
this.tree.layout(treeHeight, initialLayout ? 400 : undefined);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册