Skip to content

Commit b90d66b

Browse files
authored
docs: fix header gradient shows above all the content (#483) (#484)
1 parent 24e0efb commit b90d66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/app.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ const links = computed(() => [
102102
<AppHeader />
103103
<UMain class="relative">
104104
<HeroBackground
105-
class="absolute w-full -top-px transition-all text-(--ui-primary) shrink-0"
105+
class="absolute w-full -top-px transition-all text-(--ui-primary) shrink-0 -z-10"
106106
:class="[
107107
isLoading ? 'animate-pulse' : (appear ? heroBackgroundClass : 'opacity-0'),
108-
appeared ? 'duration-[400ms]': 'duration-1000'
108+
appeared ? 'duration-[400ms]' : 'duration-1000'
109109
]"
110110
/>
111111
<NuxtLayout>

0 commit comments

Comments
 (0)