Issue T8644
Visible to All Users

Survey.SurveyWindow is not able to scroll

created 3 years ago

Hello,

I'm trying to open survey in SurveyWindow. but I'm unable to scroll that survey in the window. Even it's not scroll in the example I have followed from offical Surveyjs library https://surveyjs.io/Examples/Library/?id=survey-window.

Please find attached video for more details.

Thanks,
Akansha Joshi

Comments (1)

    Hello,

    It's an issue indeed. We'll fix it.

    At this moment as a workaround you can add the following CSS rule:

    CSS
    .sv_window_content { max-height: 80vh; overflow-y: auto; }

    Here is the working plunker sample - https://plnkr.co/edit/K8iQnetPxJ1AIz6j

    Thanks, Serge
    SurveyJS Team

    Answers approved by surveyjs Support

    created 3 years ago

    Hello,

    We've fixed this issue via the commit. It will be available in the nearest update

    Thank you,
    Yaroslav
    SurveyJS Team

      Comments (1)

        Hello,

        Thank you so much.

        Thanks,

        Akansha Joshi

        On 24-Jan-2022, at