From edfd67b8bde441449b6853fa6b6481d947b24c87 Mon Sep 17 00:00:00 2001 From: sepehr Date: Sat, 25 Apr 2026 22:16:14 +0200 Subject: [PATCH] fix: add overflow-y-auto to admin content area (email section truncated) Made-with: Cursor --- memento-note/components/admin-content-area.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memento-note/components/admin-content-area.tsx b/memento-note/components/admin-content-area.tsx index 5734d51..162f847 100644 --- a/memento-note/components/admin-content-area.tsx +++ b/memento-note/components/admin-content-area.tsx @@ -9,7 +9,7 @@ export function AdminContentArea({ children, className }: AdminContentAreaProps) return (