html, body, #app { margin: 0; width : 100vw; height: 100vh; } * { box-sizing: border-box; } #app { overflow-y: auto; } .disable { opacity : 0.7; pointer-events: none; }