﻿body {
	overflow-y: auto ;
}

#s4-workspace {	
    height: auto !important;
	overflow-y: hidden;
    width: auto !important;
}

body > object[width="0"][height="0"] {
    display: none;
}

.mobile #s4-workspace {
    height: 100% !important;
}