Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.31k stars 338 forks source link

Tooltip behind the new <dialog /> element #999

Open marekvanicek opened 10 months ago

marekvanicek commented 10 months ago

I am using v-tooltip inside the new html-native

element. But the tooltip is hidden behind the backdrop. Is there anything that can be done about this? Mutating z-index does not really work.

Snímek obrazovky 2023-11-14 v 11 58 12
linpan commented 7 months ago

me, too.

meirroth commented 7 months ago

same

BrunoGGM commented 6 months ago

+1, any solution? thanks 🙌

marekvanicek commented 6 months ago

@BrunoGGM dont think this has a fix. Dialogs completely ignore z-indexes. Went back to custom-made modal solution.

leonardospeca commented 2 weeks ago

It seems solved here -> https://github.com/floating-ui/floating-ui/issues/1842 Maybe could be implemented also in this library?