dhtmlx_winviewport

Hello,



In my application we are using Layout, accordian, then why inside Layout div iam getting div with class=‘dhtmlx_winviewport’

This div contains same Height and width as iam giving for layout div.



layout div ==





if i debug i can see
and this div is coming as on top of window so iam not able to use other links in my application.





Can i hide div “dhtmlx_winviewport”?





Looking forward for your prompt and positive response,





Regards,

Ram


Hello,


The “dhtmlx_winviewport” div mustn’t hide the content on your page (it is placed inside the layout).


Please provide the sample to produce the issue.

By the default viewport set to document.body.

Please make sure you’re not using codeline like:

dhxWins.enableAutoViewport(false);
dhxWins.setViewport(350, 50, 400, 400);