-
It is about the height of the iframe. It is defined height 240px / width 100%. How to set the custom css, that the height is 100% to show all content (without scrollbar)?
Here the default code snippet that I have to change per custom CSS
iframe[Attributes Style] {- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 0px;
- border-left-width: 0px;
- width: 100%;
- height: 240px;
- }