We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e98403 commit 55b2a41Copy full SHA for 55b2a41
apps/website/src/components/make-it-yours/make-it-yours.tsx
@@ -71,7 +71,7 @@ export default component$<PropsOf<typeof Button>>(() => {
71
<LuSlidersHorizontal class={cn('h-4 w-4 sm:mr-2')} />
72
<span class={cn('hidden', 'sm:block')}>Make it yours</span>
73
</Modal.Trigger>
74
- <Modal.Panel class="fixed right-0 mr-0 h-screen max-w-sm rounded-none rounded-l-base border-y border-l data-[closing]:slide-out-to-right data-[open]:slide-in-from-right sm:w-full">
+ <Modal.Panel position="right">
75
<header class="flex w-full">
76
<h2 class="justify-self-start text-lg font-bold">Edit Profile</h2>
77
</header>
0 commit comments