I have an Interactive Report in Apex 5.0 with more than 20 columns. All the columns won't fit in the window so I have to use the horizontal scroll bar.
The problem is when I have more than 50 rows, the horizontal scroll bar gets displayed at the bottom of the page but outside the window, so I have to scroll down to see the horizontal scroll bar.
How can I set the 'max height' of an Interactive Report?
<div class="wrapper"><table></table></div>
– Luís P. A.