/home/ivoiecob/email.hirewise-va.com/modules/CoreWebclient/styles/desktop/base.less
body {
	overflow: auto;
	position: relative;
}

.auroraMain {
	html.non-adjustable & {
		overflow: visible;
		min-height: inherit;
		min-width: inherit;
	}
	
	html.non-adjustable-valign & {
		overflow: visible;
	}
}

.screens {
	.box-sizing;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	height: 100%;
	.non-adjustable & {
		height: auto;
	}
	.screen {
		overflow: hidden;
		flex-grow: 1;

    .non-adjustable & {
      overflow: visible;
    }

		&.AdminPanelLayout {
			height: 100%;
		}
	}
}