.ventose-dialog-content {
	overflow: auto;
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;

	.xDialogBody {
		height: 100%;
		flex: 1;
	}
}
