mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 06:09:20 +01:00
Fixes Microsoft/monaco-editor#705: Hide overview ruler via aria-hidden
This commit is contained in:
@@ -207,6 +207,7 @@ export class DecorationsOverviewRuler extends ViewPart {
|
||||
this._domNode.setClassName('decorationsOverviewRuler');
|
||||
this._domNode.setPosition('absolute');
|
||||
this._domNode.setLayerHinting(true);
|
||||
this._domNode.setAttribute('aria-hidden', 'true');
|
||||
|
||||
this._settings = null;
|
||||
this._updateSettings(false);
|
||||
|
||||
Reference in New Issue
Block a user