From 6e7a29470e2c9e2fad287b4851b9eb561821ea9e Mon Sep 17 00:00:00 2001 From: Skitty1238 <157652284+Skitty1238@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:10:05 -0400 Subject: fixed drag and drop of calendar events not following cursor properly --- src/client/views/nodes/calendarBox/CalendarBox.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss') diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss index 891db9d90..89dc294a5 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.scss +++ b/src/client/views/nodes/calendarBox/CalendarBox.scss @@ -50,3 +50,12 @@ pointer-events: unset; } } + +.custom-drag-mirror { + transition: none !important; + transform: none !important; +} + +.fc-event-dragging { + opacity: 0 !important; +} -- cgit v1.2.3-70-g09d2