Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Suhrit on Aug 21, 2009 04:48
open dhtmlx forum
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.
Answer posted by Alex (support) on Aug 21, 2009 05:07

Hello,

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

Answer posted by Suhrit on Aug 21, 2009 05:11

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

<style>

body { overflow:hidden; }

</style>