Skip to content

Commit a1e2329

Browse files
committed
fix scroll bar in trust editor
refs microsoft#122523
1 parent 480d837 commit a1e2329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/workspace/browser/workspaceTrustEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class WorkspaceTrustEditor extends EditorPane {
9696
const scrollableContent = $('.workspace-trust-editor-body');
9797
this.bodyScrollBar = this._register(new DomScrollableElement(scrollableContent, {
9898
horizontal: ScrollbarVisibility.Hidden,
99-
vertical: ScrollbarVisibility.Visible,
99+
vertical: ScrollbarVisibility.Auto,
100100
}));
101101

102102
append(this.rootElement, this.bodyScrollBar.getDomNode());

0 commit comments

Comments
 (0)