#three-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Use 100vh to ensure it fills the viewport */
    height: 100vh;
    /* Set z-index to -1 to place it *behind* all other content */
    z-index: -1;
    pointer-events: none;
}