diff --git a/src/lib/components/ErrorStack.svelte b/src/lib/components/ErrorStack.svelte index adb9b5b..89f65fc 100644 --- a/src/lib/components/ErrorStack.svelte +++ b/src/lib/components/ErrorStack.svelte @@ -28,7 +28,8 @@ class="error-card" data-status="{index === currentCard ? 'current' : 'waiting'}" style="{offsetTop(index)}" - in:slide out:fly="{{ y: 100, duration: flyoutDuration }}" + in:slide + out:fly="{{ y: 100, duration: flyoutDuration }}" >