Skip to content

Commit fbbcc48

Browse files
committed
Allow transparency in sticky scroll overlay
Fixes microsoft#208470
1 parent fb757ca commit fbbcc48

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
@@ -102,6 +102,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
102102
this._stickyScrollOverlay = this._register(new ctor({
103103
rows: 1,
104104
cols: this._xterm.raw.cols,
105+
allowTransparency: true,
105106
allowProposedApi: true,
106107
...this._getOptions()
107108
}));

0 commit comments

Comments
 (0)