fix: make top drawer style correctly
This commit is contained in:
parent
719506c08a
commit
dbea2ce701
@ -153,7 +153,7 @@ const [drawerContentVariant, resolveDrawerContentVariantProps] = vcn({
|
||||
opened: {
|
||||
true: "touch-none",
|
||||
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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user