Skip to content

Commit

Permalink
Add increaseViewportBy={500} to log window viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 10, 2022
1 parent 225df23 commit 464ac11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/Log/MessageViewport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default function MessageViewport() {
followOutput='auto'
alignToBottom
atBottomThreshold={400}
increaseViewportBy={500}
/>
);
}

0 comments on commit 464ac11

Please sign in to comment.