/* unset height to avoid scrollbar to height = 100%+Navbarheight */
/*main-BigPikZE.css*/
.pf-v5-c-page {
	height: calc(100dvh - 48px);
}
/*Inline #0*/
body {
	height: 100%;
}
#app {
	height: calc(100% - 48px);
}

