Update dashboard.css

This commit is contained in:
DJObleezy 2025-03-25 08:17:25 -07:00 committed by GitHub
parent 6c78264c2a
commit 111135ded6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,3 +188,12 @@
border-radius: 5px;
box-shadow: 0 0 15px rgba(247, 147, 26, 0.7);
}
/* Add bottom padding to accommodate minimized system monitor */
.container-fluid {
padding-bottom: 60px !important; /* Enough space for minimized monitor */
}
/* Ensure last card has proper margin to avoid being hidden */
#payoutMiscCard {
margin-bottom: 60px;
}