.draggable-glb-canvas {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: var(--draggable-glb-z-index, 1000);
    background: transparent;
    border: 0;
    outline: 0;
    pointer-events: none;
    contain: strict;
}

html.is-draggable-glb-held,
html.is-draggable-glb-held body {
    cursor: grabbing;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: none;
    overscroll-behavior: none;
}
