Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I am almost finished with my dashboard on a touch tablet, using CalendarExt2 in a daily view. However, I would like to be able to scroll the calendar. Is this possible, and if so, how?
This css solved my problem:
.region.top.right .module-content{ overflow-y:scroll; scrollbar-width: none; height:1000px; }