Allow transparency in sticky scroll overlay

Fixes #208470
This commit is contained in:
Daniel Imms 2024-03-22 14:08:44 -07:00
parent fb757ca041
commit fbbcc48651
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -102,6 +102,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
this._stickyScrollOverlay = this._register(new ctor({
rows: 1,
cols: this._xterm.raw.cols,
allowTransparency: true,
allowProposedApi: true,
...this._getOptions()
}));