Currently when you click on the copy button of a pattern, it would have the styles default to:
<div className="min-h-screen w-full relative">
{/* Radial Gradient Background */}
<div
className="absolute inset-0 z-0" <-- THIS PART
style={{
... styles go here...
}}
/>
{/* Your Content/Components */}
</div>
I think it would be better to make it className="fixed inset-0 z-0" so that it would be fixed when you scroll -- the same behaviour that would mimic the site you are previewing.
It's not much, but just a small change xd.
Very cool pattern library tho.
Cheers 🍻
Currently when you click on the copy button of a pattern, it would have the styles default to:
I think it would be better to make it
className="fixed inset-0 z-0"so that it would be fixed when you scroll -- the same behaviour that would mimic the site you are previewing.It's not much, but just a small change xd.
Very cool pattern library tho.
Cheers 🍻