Fix admin dashboard black background issue
Some checks failed
Build And Push Image / docker (push) Has been cancelled
Some checks failed
Build And Push Image / docker (push) Has been cancelled
- 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:
@@ -910,6 +910,8 @@ onMounted(async () => {
|
||||
|
||||
.admin-dashboard {
|
||||
padding: 0;
|
||||
background: #f5f5f5;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* Enhanced Header */
|
||||
|
||||
Reference in New Issue
Block a user