Fix admin dashboard black background issue
Build And Push Image / docker (push) Has been cancelled Details

- Added proper background color (#f5f5f5) to admin dashboard
- Set min-height to ensure full viewport coverage

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Matt 2025-09-04 22:53:35 +02:00
parent 95c253a552
commit d13b9837b3
1 changed files with 2 additions and 0 deletions

View File

@ -910,6 +910,8 @@ onMounted(async () => {
.admin-dashboard {
padding: 0;
background: #f5f5f5;
min-height: 100vh;
}
/* Enhanced Header */