Skip to content

Web preview - allow to scroll report content instead full iframe #814

@Bykiev

Description

@Bykiev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions