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
create a modal and a slideover using useModal and useSlideover
create a button (first button) that opens the modal with useModal()
create one as well (second button) INSIDE! the slideover that opens the same modal with useModal()
Description
Now open the modal outside the slideover with the first button. Thats set an index I suppose.
But now if you open the slideover and click the second button which opens the same modal, it appears behind the slideover.
But if you reload the page, open the slideover first and then press the second button without ever pressing the first button to open the modal it appears infront.
Additional context
Logs
The text was updated successfully, but these errors were encountered:
Environment
Node 22
Nuxt 4
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0 alpha 10
Reproduction
Description
Now open the modal outside the slideover with the first button. Thats set an index I suppose.
But now if you open the slideover and click the second button which opens the same modal, it appears behind the slideover.
But if you reload the page, open the slideover first and then press the second button without ever pressing the first button to open the modal it appears infront.
Additional context
Logs
The text was updated successfully, but these errors were encountered: