Issue 2494: Event drag limitation
Status:  Invalid
Owner: ----
Closed:  May 2015
Reported by nandhugokul123, Apr 28, 2015
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
not sure i understand. can you illustrate your point with screenshots or a screencast?
Status: Invalid