From d13b9837b38a3204f338193883a05597b6f741ec Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 4 Sep 2025 22:53:35 +0200 Subject: [PATCH] Fix admin dashboard black background issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added proper background color (#f5f5f5) to admin dashboard - Set min-height to ensure full viewport coverage 🤖 Generated with Claude Code Co-Authored-By: Claude --- pages/admin/dashboard/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/admin/dashboard/index.vue b/pages/admin/dashboard/index.vue index 8e8f2c0..2dfa859 100644 --- a/pages/admin/dashboard/index.vue +++ b/pages/admin/dashboard/index.vue @@ -910,6 +910,8 @@ onMounted(async () => { .admin-dashboard { padding: 0; + background: #f5f5f5; + min-height: 100vh; } /* Enhanced Header */