Hello, we have a Jira connect app which operates inside Jira issue. We noticed that there is an additional scrollbar appearing outside iframe in a situation when the amount of data exceeds a certain significant height. It appears both on Chrome and Firefox.
To get rid of it I tried adding style="overflow: hidden"
to the body of the html, but it doesn’t help since the scrollbar is outside the iframe. We want the app to use the Jira issue’s scrollbar no matter the size of it.
Has anyone else encountered a similar issue? Does anyone know if it is possible to get rid of it?
Here is the screenshot:
1 Like