#MyPageOverlay { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background-color: rgb(255, 255, 255); z-index: 9999 !important; display: none; } html.hasoverlay body { max-height: 100%; min-height: 0; overflow-y: hidden; } html.hasoverlay #MyPageOverlay { display: block; }