diff --git a/osinaweb/osinacore/templates/projects-dashboard.html b/osinaweb/osinacore/templates/projects-dashboard.html index 407dbf35..d143b76e 100644 --- a/osinaweb/osinacore/templates/projects-dashboard.html +++ b/osinaweb/osinacore/templates/projects-dashboard.html @@ -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; }