aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/calendarBox/CalendarBox.scss
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-03 13:10:05 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-03 13:10:05 -0400
commit6e7a29470e2c9e2fad287b4851b9eb561821ea9e (patch)
tree6c727148bef5bc87af3f5326fcb239bbc3198e6b /src/client/views/nodes/calendarBox/CalendarBox.scss
parent0b4659e2d85c5311835651d3f1aa54c48f3849de (diff)
fixed drag and drop of calendar events not following cursor properly
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
-rw-r--r--src/client/views/nodes/calendarBox/CalendarBox.scss9
1 files changed, 9 insertions, 0 deletions
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;
+}