By changing the height of the frame, the problem will be solved. my original frame id was as follows:
<frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>
i changed the above to the following:
<frame id="first" x1="18.0" y1="42.0" width="535" height="600"/>
source
share