We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e0efb commit b90d66bCopy full SHA for b90d66b
docs/app/app.vue
@@ -102,10 +102,10 @@ const links = computed(() => [
102
<AppHeader />
103
<UMain class="relative">
104
<HeroBackground
105
- class="absolute w-full -top-px transition-all text-(--ui-primary) shrink-0"
+ class="absolute w-full -top-px transition-all text-(--ui-primary) shrink-0 -z-10"
106
:class="[
107
isLoading ? 'animate-pulse' : (appear ? heroBackgroundClass : 'opacity-0'),
108
- appeared ? 'duration-[400ms]': 'duration-1000'
+ appeared ? 'duration-[400ms]' : 'duration-1000'
109
]"
110
/>
111
<NuxtLayout>
0 commit comments