提交 252bef02 编写于 作者: R Rob Lourens

Don't hide settings tree focus border under toc #106897

上级 fde0e6f0
......@@ -203,6 +203,7 @@
pointer-events: none;
z-index: 10;
position: absolute;
top: 1px; /* Leave room for the settings list focus outline above */
}
.settings-editor > .settings-body .settings-toc-container .monaco-list {
......
......@@ -1358,7 +1358,7 @@ export class SettingsEditor2 extends EditorPane {
this.settingsTreeContainer.style.height = `${settingsTreeHeight}px`;
this.settingsTree.layout(settingsTreeHeight, dimension.width);
const tocTreeHeight = listHeight - 16;
const tocTreeHeight = listHeight - 17;
this.tocTreeContainer.style.height = `${tocTreeHeight}px`;
this.tocTree.layout(tocTreeHeight);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册