html, body {
    position: fixed;
    inset: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    touch-action: manipulation;
    overscroll-behavior: none;
}
