fix: add overflow-y-auto to admin content area (email section truncated)
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 40s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 40s
Made-with: Cursor
This commit is contained in:
@@ -9,7 +9,7 @@ export function AdminContentArea({ children, className }: AdminContentAreaProps)
|
||||
return (
|
||||
<main
|
||||
className={cn(
|
||||
'flex-1 bg-gray-50 dark:bg-zinc-950 p-6',
|
||||
'flex-1 overflow-y-auto bg-gray-50 dark:bg-zinc-950 p-6',
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user