Creating a fullscreen dialog on a jira cloud instance with the new ADG3 enabled leaves some extra margins.
Is there a way to get rid of those ? (it was looking fine before the new UI)
I have also noticed this extra padding and i really doubt there is a way to remove it since its outside of the iframe, unless there is an option in the dialog to disable it.
Would be nice to have this extra padding being something optional or even disable when the option chrome on the dialog is set to false.
We already use the data-options=“margin:false” on the iframe that’s contained in the dialog. The thing is, that extra padding in not added to the iframe, but to the dialog content itself (div that contains our iframe).
I feel like this is either a bug for the crome:false flag, or a new config parameter when the dialog is created - a param that I’m not aware of