Unable to resize the height of the side bar app in requester details page for Freshservice product

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:


2 Likes

@Durga_Devineni,
Good day!
This has the FreshService limitation, ideally, it will increase the app height inside the container so that it will add the scroll if the parent window height is less and the content height is more.

Hope it helps :slight_smile:

Thanks

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.