Skip to content

Commit

Permalink
Merge pull request #300 from graasp/296/textEditorFix
Browse files Browse the repository at this point in the history
refactor: set text editor height to fix scrolling
  • Loading branch information
pyphilia authored Feb 25, 2022
2 parents 1bff5ca + 61984da commit 01ac543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/item/ItemContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const ItemContent = ({ item, enableEdition, permission }) => {
edit={isEditing}
onSave={onSaveDocument}
saveButtonId={saveButtonId}
maxHeight="70vh"
/>
</div>
);
Expand Down

0 comments on commit 01ac543

Please sign in to comment.