Removed required field for location

This commit is contained in:
Alexis
2024-06-07 16:48:52 +02:00
parent e63422f091
commit 6137ba3902
2 changed files with 1 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ const eventsNotDisplayed: ComputedRef<number> = computed<number>(() => eventsFo
.event-move,
.event-leave-active {
position: absolute;
transition: all 100ms ease-in-out;
transition: all 200ms ease-in-out;
}
.event-enter-from,
.event-leave-to {