ant-design-vue
ant-design-vue copied to clipboard
The tooltip fails to adjust its placement to the top right when the target is positioned at the bottom right of the screen.
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
Chrome Version 115.0.5790.170, Vue 3.4.10
Reproduction link
Steps to reproduce
- Go to minimal reproduction link
- Hover on the title text on bottom right side of the screen
What is expected?
The tooltip placement should automatically be changed to topRight.
What is actually happening?
The tooltip is glitchy. Its placement doesn't change; as a result, the tooltip increases the body width for a moment and then disappears.