| Issue 2393: | Event drag limitation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Is that possible to restrict the event dragging outside the calender area.(Event should not go out of the Calendar Area). Thanks in Advance for the support
Mar 4, 2015
This cool.. but event should not be hidden when it goes out.It should be there as like Google calendar |
|
| ► Sign in to add a comment |
this can be achieved by the following CSS: .fc-view { overflow: hidden; }Labels: Type-Feature