Skip to content

Non-modal

<Sheet.Root modal={false}>

modal={false} keeps the page behind fully interactive: no backdrop, no focus trap, no inert-ing the rest of the page. It renders on a <div popover="manual"> (top layer, non-blocking) where the Popover API is available, falling back to a non-modal <dialog> (.show()) otherwise.