From 1032d9dcc6986fbf1339281624ea715dd0e2874f Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 14 May 2025 15:58:58 +0300 Subject: [PATCH] new --- osinaweb/osinacore/templates/projects-dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }