提交 b0a49817 编写于 作者: R Rob DeLine

z-order bug fix

上级 9b5e03b1
......@@ -36,6 +36,7 @@ class EditorWebviewZone implements IViewZone {
readonly webview: Webview,
) {
this.domNode = document.createElement('div');
this.domNode.style.zIndex = '10'; // without this, the webview is not interactive
this.afterLineNumber = range.startLineNumber;
this.afterColumn = range.startColumn;
this.heightInLines = range.endLineNumber - range.startLineNumber;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册