Skip to content

Commit 53b1a2f

Browse files
ux: fix logs view scrollbar dimensions
1 parent b0c8454 commit 53b1a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/CommandLogContentPresenter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public string PureText
9494
TextArea.TextView.Options.EnableHyperlinks = true;
9595
TextArea.TextView.Options.EnableEmailHyperlinks = true;
9696
TextArea.TextView.Options.RequireControlModifierForHyperlinkClick = false;
97+
TextArea.TextView.Options.AllowScrollBelowDocument = false;
9798
}
9899

99100
public void OnReceiveCommandLog(string line)

0 commit comments

Comments
 (0)