mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: fix massive regression in pagetransition
This commit is contained in:
parent
cd281a0d7d
commit
32a7dd3933
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<div
|
||||
in:fly={{ x: -5, duration: 500, delay: 500 }}
|
||||
out:fly={{ x: 5, duration: 500 }}
|
||||
class="absolute bg-inherit w-full"
|
||||
class="absolute bg-inherit w-full h-full"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue