diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js index 616f70b..a406afd 100644 --- a/components/cycle-day/symptom-edit-view.js +++ b/components/cycle-day/symptom-edit-view.js @@ -110,7 +110,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => { const inputProps = { multiline: true, numberOfLines: 3, - scrollEnabled: false, + scrollEnabled: true, style: styles.input, textAlignVertical: 'top', }