Skip to content

Commit

Permalink
Merge pull request #179692 from microsoft/merogge/click
Browse files Browse the repository at this point in the history
prevent accessible buffer from being accidentally entered
  • Loading branch information
meganrogge committed Apr 11, 2023
2 parents ba360bf + ce11640 commit 704ed70
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 704ed70

Please sign in to comment.