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