nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.89k stars 482 forks source link

Nested Popovers not works as expected #1920

Open carlosvaldesweb opened 3 months ago

carlosvaldesweb commented 3 months ago

Environment

Version

2.17.0

Reproduction

https://stackblitz.com/edit/nuxt-starter-654usx?file=pages%2Findex.vue

Description

When you use popover inside of another popover, the second is not fixed, it appears inside of the container

Additional context

No response

Logs

No response

carlosvaldesweb commented 3 months ago

Any answer for this? @benjamincanac

benjamincanac commented 2 months ago

Sorry but I don't have a solution at this time, this might be an upstream issue with Headless UI but I'm not sure. It might be worth testing with https://headlessui.com/v1/vue/popover directly to see if they have the same issue.