Desktop: Resolves #11654: Add scrollbar to Note Revision to allow usage on zoomed interface (#11689)

pull/11695/head
pedr 2025-01-21 07:28:38 -03:00 committed by GitHub
parent 0603c56446
commit 9c446b03da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ function NoteEditorContent(props: NoteEditorProps) {
verticalAlign: 'top',
boxSizing: 'border-box',
flex: 1,
overflowX: 'scroll',
};
return (