This css solved my problem:
.region.top.right .module-content{
overflow-y:scroll;
scrollbar-width: none;
height:1000px;
}
This css solved my problem:
.region.top.right .module-content{
overflow-y:scroll;
scrollbar-width: none;
height:1000px;
}
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?