#html, body, canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    transform: translateZ(0);
    -ms-content-zooming:none;
    background-color: rgba(0,0,0,0);
}