Hi,
We are using DHTMLX Scheduler in timeline view but when it’s added to a page the browsers vertical scroll bar disappears so the user can’t scroll down the page. Is there any work around for this?
Thanks
Hi,
We are using DHTMLX Scheduler in timeline view but when it’s added to a page the browsers vertical scroll bar disappears so the user can’t scroll down the page. Is there any work around for this?
Thanks
The scheduler itself must not cause such effect, but probably you are copy-pasting from the scheduler’s samples the next style
<style type="text/css" media="screen">
html, body{
margin:0;
padding:0;
Which is necessary for samples ( to have working height:100%; on the scheduler ) but is not necessary for your page.