I’m having some issues with the scheduler in timeline view.
When setting round_position:true events should fill the entire width of the day, but when using bootstrap is is a 10px gap on the right side.
Hi,
this is a known issue with the bootstrap CSS rule. Please add this on the page:
.dhx_cal_container * {
box-sizing: content-box;
}