Thank you for clarifying. Based on the knowledge sources provided, the Select and DropdownMenu components do not document a disableOutsidePointerEvents option in their content prop. The available content options for these components focus on positioning, alignment, collision handling, and related behaviors, but there is no mention of a prop to control pointer event blocking or body locking for these components.
For example, the documented content props for Select include options like side, sideOffset, align, avoidCollisions, and others, but nothing related to pointer event blocking or disabling pointer events on the <body> element. The same applies to DropdownMenu—the content prop does not include such an option, nor is there any mention of this behavior in the official documentation for these components Select Props DropdownMenu Props.
Therefore, based on the current documentation, there is no officially documented way to disable pointer event blocking or body locking for the Select and DropdownMenu components in Nuxt UI v3.2. This behavior may be by design or could be an oversight. If this is causing issues in your application, you may want to consider opening an issue or feature request with the Nuxt UI team.
If you need more granular control, you might need to look for a workaround or wait for an update that exposes this configuration.