Skip to content

Commit 1b6b6c5

Browse files
authored
Merge pull request microsoft#208471 from microsoft/tyriar/208470
Allow transparency in sticky scroll overlay
2 parents 3bd8776 + c86bcb5 commit 1b6b6c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
446446
private _getOptions(): ITerminalOptions {
447447
const o = this._xterm.raw.options;
448448
return {
449+
allowTransparency: true,
449450
cursorInactiveStyle: 'none',
450451
scrollback: 0,
451452
logLevel: 'off',

0 commit comments

Comments
 (0)