#swipeArea {
    position: absolute;
    z-index: 1;
    background-color: #e0e0e0;
    opacity: 0;
    margin: 20px;
    overflow: hidden;
    touch-action: none; /* Disable browser touch gestures for the swipe area */
    height: 100%;
    width: calc(100% + 20px);
    z-index: -1;
}

/* #overlay-inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.7);
    padding: 20px;
    color: #fff;
    z-index: 2;
    height: 100%;
    width: 120%;
} */