diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-19 15:34:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-19 15:34:13 -0400 |
| commit | 21fb3a555cdd861452e2e54de3d0524e29f2bc08 (patch) | |
| tree | 44b93ba0b4f9a85dafdb744ccb11dfe3386f4829 /src/client/views/nodes/calendarBox/CalendarBox.scss | |
| parent | abdfe5b109f42cd5da4aceef1bd667c8e1f6cbbd (diff) | |
| parent | 765c7a3870a1d446622a28b157ab00a4dced2879 (diff) | |
Merge branch 'task_nodes_aarav'
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.scss | 9 |
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; +} |
