Skip to content

Commit

Permalink
fix #179020
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Apr 11, 2023
1 parent b7886d7 commit 0ca8cc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/workbench/contrib/terminal/browser/media/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,3 +614,8 @@
z-index: 33;
background-color: var(--vscode-terminal-background, --vscode-panel-background);
}

.monaco-workbench .accessible-buffer {
pointer-events: none;
z-index: 0;
}

0 comments on commit 0ca8cc5

Please sign in to comment.