html,
body,
.app-container {
	height: 100%;
}
.app-container {
	display: flex;
	flex-direction: column;
}
.app-content {
	flex: 1 0 auto;
}
.topbar {
	display: none !important;
}
