mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Adjust form height to avoid form scrolling
This commit is contained in:
parent
41c60c62d7
commit
750071b7ae
1 changed files with 1 additions and 1 deletions
|
@ -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}`}
|
||||
|
|
Loading…
Reference in a new issue