You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the DropdownMenu this can be controlled by setting modal property on the Root element to false. For Select, set the bodyLock prop on Content to false.
Thanks! To give you feedback for the docs: I simply couldnt find this information. I searched for scroll, body, overflow, lock, etc
Also what I noticed is that the one example Reka has is bloated with all possible features while I mostly need basic functionality. In contrast I really like the Nuxt UI v3 docs as they show simple example, then explain all the features and then give more complex usecase specific examples.
Describe the feature
I noticed that when opening a Select or DropdownMenu the body scroll gets locked (
overflow: hidden; pointer-events: none;
.This is not the behavior I want so I am looking for a prop to not do so, but I cant find any?
I noticed it is the same for Nuxt UI Select but not for SelectMenu so maybe there is already a prop?
Additional information
The text was updated successfully, but these errors were encountered: