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

Made-with: Cursor
This commit is contained in:
2026-04-25 22:16:14 +02:00
parent 8d8b9cde85
commit edfd67b8bd

View File

@@ -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
)}
>