2016-08-24 93 views
3

我使用Fullcalendar調度,問題是,當我有很多的資源,它變得不好,這樣的:fullcalendar scheduler problem添加水平滾動到fullcalendar調度

的現場演示,痘痘資源:http://fullcalendar.io/js/fullcalendar-scheduler-1.3.3/demos/vertical-resource-view.html

我有一個想法,它增加了一個水平滾動,但我不知道方式,你們可以幫我嗎? 非常感謝你,祝你有美好的一天。

+1

我嘗試添加一些CSS和它的作品,但不是很好 '.fc視容器{'' 溢出-X:滾動;'' }'' .fc,view.fc -agendaDay-view.fc-agenda-view {' 'width:300%;' '}' –

+1

您是否找到適當的解決方案? – Peon

回答

0
.fc-view-container { overflow-x: scroll; } <br> 
.fc-view.fc-agendaDay-view.fc-agenda-view{ width: 500%; } <br> 
/* **For 2 day view** */<br> 
.fc-view.fc-agendaTwoDay-view.fc-agenda-view{ width: 500%; }