mirror of https://github.com/laurent22/joplin.git
Desktop: Resolves #11654: Add scrollbar to Note Revision to allow usage on zoomed interface (#11689)
parent
0603c56446
commit
9c446b03da
|
@ -539,6 +539,7 @@ function NoteEditorContent(props: NoteEditorProps) {
|
|||
verticalAlign: 'top',
|
||||
boxSizing: 'border-box',
|
||||
flex: 1,
|
||||
overflowX: 'scroll',
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue