Hi,
I need to display a week timeline, but I’m not getting to make horizontal scrollbar to be displayed. If I increase the window width, more content is shown, but I cannot scroll through the days and hours (as shown in below screenshots).
I just copied the example code to my components template:
// calendar.component.html
<mbsc-eventcalendar [view]="myView" [data]="myData" [resources]="myResources" [invalid]="myInvalid" [clickToCreate]="true" [dragToCreate]="true" [dragToMove]="true" [dragToResize]="true"></mbsc-eventcalendar>
Is there any CSS or class that must be applied to so the horizontal scrollbar can become visible?
Thanks
Diogo