We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911e366 commit a42a52bCopy full SHA for a42a52b
components/Drawer/index.tsx
@@ -40,7 +40,7 @@ const DrawerContent = React.forwardRef<
40
<DrawerPrimitive.Content
41
ref={ref}
42
className={cn(
43
- "fixed inset-x-0 bottom-0 z-50 flex max-h-[90dvh] min-w-[360px] flex-col overflow-auto rounded-t-xl border border-otl-gray-200 bg-bg-white after:!bottom-0 after:!left-0 after:!right-0 after:!top-0 after:!h-0",
+ "fixed inset-x-0 bottom-0 z-50 flex max-h-[90dvh] min-w-[360px] flex-col overflow-auto rounded-t-xl border border-otl-gray-200 bg-bg-white after:!inset-0 after:!h-0",
44
className
45
)}
46
{...props}
0 commit comments