Commit 55e0f223 authored by tom's avatar tom

fix dialogs on mobile

parent 5cb5e3be
...@@ -207,7 +207,7 @@ export const recipe = defineSlotRecipe({ ...@@ -207,7 +207,7 @@ export const recipe = defineSlotRecipe({
defaultVariants: { defaultVariants: {
size: 'md', size: 'md',
scrollBehavior: 'inside', scrollBehavior: 'inside',
placement: 'center', placement: { base: 'top', lg: 'center' },
motionPreset: 'scale', motionPreset: 'scale',
}, },
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment