Skip to content

Commit

Permalink
Desktop: Resolves #11654: Add scrollbar to Note Revision to allow usa…
Browse files Browse the repository at this point in the history
…ge on zoomed interface (#11689)
  • Loading branch information
pedr authored Jan 21, 2025
1 parent 0603c56 commit 9c446b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-desktop/gui/NoteEditor/NoteEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ function NoteEditorContent(props: NoteEditorProps) {
verticalAlign: 'top',
boxSizing: 'border-box',
flex: 1,
overflowX: 'scroll',
};

return (
Expand Down

0 comments on commit 9c446b0

Please # to comment.