/* 1. Κλείδωμα των gestures του Chrome (pull-to-refresh & scroll jump) */
#swipebox-overlay, 
#swipebox-slider {
    touch-action: none !important;
    overscroll-behavior: none !important;
}

/* 2. Σταθεροποίηση του μαύρου φόντου για να μην φαίνεται το site από κάτω */
#swipebox-overlay {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}