Event Styling

I cant seem to figure out why the styling of events is doing whats in the picture.

Thanks in advance for the help.


It must be happening due to conflict with custom css on the page.
Can you provide a link to a demo, so we could test the issue?

What are the CSS calls for these areas? I don’t have a public area that this is setup on.

Most probably it is caused by css rules that are applied to tags or ‘*’ selectors.
something like
div{
box-sizing: border-box;
}
could cause the problem.
You can access scheduler area by #scheduler_here or .dhx_cal_container