diff --git a/ElectronClient/gui/NoteText.jsx b/ElectronClient/gui/NoteText.jsx index 5f1a2d41d..a1461ff8b 100644 --- a/ElectronClient/gui/NoteText.jsx +++ b/ElectronClient/gui/NoteText.jsx @@ -2023,6 +2023,7 @@ class NoteTextComponent extends React.Component { backgroundColor: theme.backgroundColor, border: '1px solid', borderColor: theme.dividerColor, + overflow: 'hidden', }; const toolbarStyle = {