Adjust form height to avoid form scrolling

This commit is contained in:
Chris Garrity 2020-04-22 10:18:02 -04:00
parent 41c60c62d7
commit 750071b7ae

View file

@ -26,7 +26,7 @@ const HelpForm = props => {
<iframe
className="freshwidget-embedded-form"
frameBorder="0"
height="594px"
height="644px"
id="freshwidget-embedded-form"
scrolling="no"
src={`${prefix}&${title}&${username}&${formSubject}&${reportLink}`}