A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
CalendarExt2 - How to scroll daily view
-
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; }