Closed GavinJaynes closed 1 month ago
Seems related: https://github.com/floating-ui/floating-ui/issues/2333
I face the same issue, it causes that I can't see popover on mobile for example. Have you found any workaround?
I face the same issue, it causes that I can't see popover on mobile for example. Have you found any workaround?
Hi, my workaround is to remove the backdrop-blur
class on the parent element. It's not ideal but works for now.
Seems related: floating-ui/floating-ui#2333
Looks like this was fixed, do we just need to update?
We can't fix it in this version as we're using Popper.js. However, in #1289 we migrate all the components to Radix Vue which uses Floating UI underneath.
We can't fix it in this version as we're using Popper.js. However, in #1289 we migrate all the components to Radix Vue which uses Floating UI underneath.
CANT WAIT
Environment
Version
v2.9.0
Reproduction
https://stackblitz.com/edit/nuxt-starter-3l6xxj?file=app.vue
Description
When using the Tooltip component inside an element that has the Taillwind
backdrop-blur
class applied the tooltip position is incorrect.https://tailwindcss.com/docs/backdrop-blur
Additional context
If there is an additional CSS property to add to the wrapping parent maybe it could be added to the docs.
Logs
No response