mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-14 00:22:02 +02:00
💄 Update pay wall dialog
This commit is contained in:
parent
edf8e93808
commit
0f5073c257
2 changed files with 108 additions and 99 deletions
|
@ -53,7 +53,8 @@ const DialogContent = React.forwardRef<
|
|||
<DialogPrimitive.Content
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"animate-in data-[state=open]:fade-in data-[state=open]:slide-in-from-top-8 shadow-huge z-50 grid w-full translate-y-0 gap-4 overflow-hidden rounded-md bg-white p-4",
|
||||
"animate-in data-[state=open]:fade-in data-[state=open]:slide-in-from-top-8 shadow-huge z-50 grid w-full translate-y-0 gap-4 overflow-y-auto rounded-md bg-white p-4",
|
||||
"max-h-[calc(100vh-2rem)]", // Add this line
|
||||
{
|
||||
"sm:max-w-sm": size === "sm",
|
||||
"sm:max-w-md": size === "md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue