We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04177de + fc41968 commit 1c7c4ebCopy full SHA for 1c7c4eb
css/xterm.css
@@ -146,7 +146,6 @@
146
left: 0;
147
top: 0;
148
bottom: 0;
149
- right: 0;
150
z-index: 10;
151
color: transparent;
152
}
src/browser/AccessibilityManager.ts
@@ -277,6 +277,7 @@ export class AccessibilityManager extends Disposable {
277
if (!this._renderService.dimensions.css.cell.height) {
278
return;
279
280
+ this._accessibilityTreeRoot.style.width = `${this._renderService.dimensions.css.canvas.width}px`;
281
if (this._rowElements.length !== this._terminal.rows) {
282
this._handleResize(this._terminal.rows);
283
0 commit comments