
html.responsive body.react_fullheight {
	height: 100%;
	display: flex;
	flex-direction: column;
}
body.react_fullheight #footer {
	display: none;
}

body.react_fullheight .responsive_page_frame,
body.react_fullheight .responsive_page_content,
html.responsive body.react_fullheight .responsive_page_template_content,
body.react_fullheight #react_root {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
}

html.responsive body.react_fullheight .responsive_page_template_content {
	padding-bottom: 0;
}
