We developed a side bar app in requester details page for Freshservice product. Now we are trying to increase the height of the app using below statement.
client.instance.resize({ height: “700px” });
But the statement is adding a scroll bar instead of increasing the height of the app.
Please find the attached screenshot:


