| Issue 2494: | 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).
this can be achieved by the following CSS:
.fc-view {
overflow: hidden;
}
This will make the event hidden when Goes out of the calendar area.But It Should be Hidden it should remain Visible with in the Area as like Google Calendar.
Thanks in Advance for the support
May 26, 2015
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |