PROBLEM ONLY EXISTS ON MAC DEVICES.
I am using jQuery weekcalendar plugin to show a webbased calendar with appointments. I am having a problem to display it in Chrome & Safari (maybe also others), but it displays correctly in Firefox.
Firefox (the scrollbar is there even if no scrolling is enabled):

Chrome (note that Chrome doesn’t show the scrollbar when it is not needed. If user starts to scroll the calendar, the scrollbar is added to the green page content):

I don’t know what code I should post. Please have a look at the page source code of my calendar.
Any hint is appreciated. Thx.
Edit:
I just found out that it only doesn’t work on Mac devices (iPhone, iPad, Macbook Pro) with Safari and Chrome. The problem ist that on mac the scrollbar is not shown, whereas on Windows the scrollbar is shown in the calendar directly and it is static. On mac the scroll bar disappears when the page doesn’t move. Any idea how to fix that?
Forcing a scrollbar on webkit browsers for everyone* can be done by using a custom scrollbar. On your CSS, add this:
More customization options in:
http://davidwalsh.name/custom-scrollbars
—
*If you need only to see locally on your machine, follow this:
http://osxdaily.com/2011/08/03/show-scroll-bars-mac-os-x-lion/