mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
z-order bug fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user