Skip to content

Commit 1c7c4eb

Browse files
authored
Merge pull request #4315 from Tyriar/2757
Allow scroll bar interaction in demo in screenReaderMode
2 parents 04177de + fc41968 commit 1c7c4eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

css/xterm.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
left: 0;
147147
top: 0;
148148
bottom: 0;
149-
right: 0;
150149
z-index: 10;
151150
color: transparent;
152151
}

src/browser/AccessibilityManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ export class AccessibilityManager extends Disposable {
277277
if (!this._renderService.dimensions.css.cell.height) {
278278
return;
279279
}
280+
this._accessibilityTreeRoot.style.width = `${this._renderService.dimensions.css.canvas.width}px`;
280281
if (this._rowElements.length !== this._terminal.rows) {
281282
this._handleResize(this._terminal.rows);
282283
}

0 commit comments

Comments
 (0)