Vue version
3.5.17
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-guxybnha?file=index.html,package.json&terminal=dev
Steps to reproduce
- Install dependencies:
- Start the development server:
-
Open your browser and navigate to http://localhost:3000
-
Hover over any element with a tooltip in the table
-
Observe that the tooltip appears at the wrong position (usually at the last element)
What is expected?
Tooltip appears at the right position
What is actually happening?
Tooltip appears at the wrong position
System Info
Any additional comments?
No response