body.disabled {
    overflow: hidden;
}

body.disabled .page:after {
    content: '   ';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
/*
#cf-root:not(:empty){
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.8);
    z-index: 10000;
}
*/