html, body, #app {
     height: 100%;
     margin: 0;
}
header{
    display:none;
}
html, css{
    touch-action:pan-x;
    touch-action:pan-y;
   
}