-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
Description
Vue version
3.4.21
Link to minimal reproduction
Steps to reproduce
When there's a scrollbar and it's not at the top, clicking 'x' to delete an element doesn't only transition out with translateX(50%); it also transitions down.
What is expected?
It should transition solely with translateX(50%).
What is actually happening?
When the element is not at the top of the scroll bar, the transition when deleting the element is as if translateY(y); is also added.
System Info
No response
Any additional comments?
No response