Scroll bar in dhtmlxWindows

Hi



I am getting a vertical scroll bar white space in the dhtmlxWindows that I am using even when it is not required…



How can i remove that vertical scroll bar space.



Thanks.


Hello,


please, check that content has desired size. If the issue can not be solved, please provide the complete demo.


I fixed the issue by putting this in my page..


<style>


body { overflow:hidden; }


</style>