emile 1 month ago
parent ac0280640b
commit 1032d9dcc6

@ -9,7 +9,7 @@
.dashboard-container { .dashboard-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: calc(100vh - 100px); /* Adjust based on your header height */ height: 100%; /* Adjust based on your header height */
padding: 1rem; padding: 1rem;
background-color: #f9fafb; background-color: #f9fafb;
} }

Loading…
Cancel
Save