Is your feature request related to a problem? Please describe.
Right now it's not possible to scroll the report content (without toolbar)
Describe the solution you'd like
It will be great if it will be possible to scroll the content and make the toolbar non-scrollable
Describe alternatives you've considered
As a workaround I'm using the iframe onload event to make the toolbar sticky:
.fr-toolbar { position: sticky !important; top: 0 !important; }
but this is not the best solution as it overlaps the content