[Monitor Dashboard | Trunk]: Fix page_content height on admin and on stakeholder page

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60066 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-12-07 16:21:26 +00:00
parent a6f99ef630
commit c69cf7e70a
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
}
#page_content {
min-height: calc(70vh - var(--header-height));
min-height: calc(100vh - var(--header-height));
background-color: var(--background-color);
position: relative;
}

View File

@ -22,7 +22,7 @@
background-repeat: no-repeat;
background-position: bottom;
background-attachment: fixed;
min-height: calc(70vh - var(--header-height));
}
/*General*/