I’m trying to implement the scheduler in a div , but I seem to loose one or more pixels to the left in the div with class : dhx_cal_container. The border doesnt show in the left and it looks broken.
the container div has position:relative and I’ve tried almost everything.
Please help
The border doesnt show in the left and it looks broken
Actually the .dhx_cal_container has not left border. In full-screen mode it uses the border of browser.
You can add the one, by using.dhx_cal_container {border-left:1px dotted #586A7E;
overflow:hidden;
}