
Announcements
I have Iframes loading up and taking a lot of space in the DOM. Can I control the styling of the iframe so it occupies less space within the powerapps portal? i was able to do it within inspect element by adding a class.
Hi @shar27 you can use the same styles as defined in your class by using the source view ( </> icon in the upper right corner) and applying it directly to the iframe element. Alternatively, you can edit your CSS to define a CSS class and add the class="yourclass" attribute to your iframe