Vue3-Select-Component version
0.12.3
Link to minimal reproduction
https://github.com/Finrod927/vue3-select-component-teleport-issues
Steps to reproduce
npm run dev with the reproduction repository
When the page is scrolled, and the VueSelect component has teleport="body", the list position is not correctly calculated:
What is expected?
The option list is open, at the correct position
What is actually happening?
The option list is open, but at a wrong position
Any additional comments?
No response