/* ============================================================
 * Luxy CSS - Fixed Version
 * ============================================================ */

/* Wrapper for Luxy scroll - MUST allow overflow */
#luxy {
    width: 100%;
    min-height: 100vh;
    position: relative;
    will-change: transform;
}

/* Luxy elements */
.luxy-el {
    will-change: transform;
}

/* Ensure body can scroll */
body {
    overflow-x: hidden;
    overflow-y: auto;
}