body, html {
	overflow: hidden !important;
    width:100%;
	height:100%;
}

.content-container {
	position:relative;
    width:100%;
	height:100%;
	overflow: auto;
}