fix: scroll
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
<section
|
||||
class="relative h-screen px-8 py-12 dark:text-white bg-woot-25 dark:bg-slate-900"
|
||||
>
|
||||
<img
|
||||
id="bg-grad"
|
||||
src="/onboarding/bg-gradient.png"
|
||||
class="absolute inset-0 w-full opacity-50 dark:mix-blend-color"
|
||||
/>
|
||||
<div class="absolute inset-0 w-full h-screen overflow-hidden">
|
||||
<img
|
||||
id="bg-grad"
|
||||
src="/onboarding/bg-gradient.png"
|
||||
class="w-full opacity-50 dark:mix-blend-color"
|
||||
/>
|
||||
</div>
|
||||
<div class="relative max-w-lg mx-auto">
|
||||
<div
|
||||
id="steps"
|
||||
|
||||
Reference in New Issue
Block a user