diff --git a/packages/react/components/Drawer.tsx b/packages/react/components/Drawer.tsx index 054d32b..77d4e0c 100644 --- a/packages/react/components/Drawer.tsx +++ b/packages/react/components/Drawer.tsx @@ -155,7 +155,7 @@ const [drawerContentVariant, resolveDrawerContentVariantProps] = vcn({ right: "right-0 inset-y-0 h-screen rounded-r-lg border-l-2", }, opened: { - true: "touch-none", + true: "", false: "[&.top-0]:-translate-y-full [&.bottom-0]:translate-y-full [&.left-0]:-translate-x-full [&.right-0]:translate-x-full", },