diff --git a/src/components/Drawer/index.tsx b/src/components/Drawer/index.tsx index ccfdc30..e565170 100644 --- a/src/components/Drawer/index.tsx +++ b/src/components/Drawer/index.tsx @@ -21,11 +21,15 @@ export function Drawer (props: DrawerProps) { return () => { document.body.removeChild(current) } }, []) - const cardStyle = 'absolute h-full right-0 transition-transform transform translate-x-full duration-100 pointer-events-auto' + const cardStyle = 'absolute h-full right-0 transition-transform transform duration-100 pointer-events-auto' const container = (