Scheduler css issue border overhangs

I am having an issue with Scheduler and having the border below the days in week view extending past the time column.

I have bootstrap.css and have the overrides to make the scheduler content-box.
I have looked over the demos at scheduler-net.com and can’t find any differences between the code.

All padding has been set to 0 in the css.

Hello,
this is a space thats allocated for a scrollbar.
you can remove it by setting

scheduler.xy.scroll_width = 0;

I finally did figure out it was for the scrollbar but I wasn’t able to figure out how to turn it off. Thank you for your answer!