fix: make top drawer style correctly

This commit is contained in:
p-sw 2024-06-03 16:05:31 +09:00
parent 719506c08a
commit dbea2ce701

View File

@ -153,7 +153,7 @@ const [drawerContentVariant, resolveDrawerContentVariantProps] = vcn({
opened: { opened: {
true: "touch-none", true: "touch-none",
false: false:
"-[&.top-0]:translate-y-full [&.bottom-0]:translate-y-full [&.left-0]:-translate-x-full [&.right-0]:translate-x-full", "[&.top-0]:-translate-y-full [&.bottom-0]:translate-y-full [&.left-0]:-translate-x-full [&.right-0]:translate-x-full",
}, },
}, },
defaults: { defaults: {