.luark-three-mesh-widget {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    z-index: 99999 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.luark-three-mesh-widget canvas,
.luark-three-mesh-canvas {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    display: block !important;
}
.luark-three-mesh-widget {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
}

.luark-three-mesh-canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    pointer-events: none;
}