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
Hello,
It's an issue indeed. We'll fix it.
At this moment as a workaround you can add the following CSS rule:
.sv_window_content { max-height: 80vh; overflow-y: auto; }
Here is the working plunker sample - https://plnkr.co/edit/K8iQnetPxJ1AIz6j
Thanks, Serge
SurveyJS Team