[Bug Report] Tooltip in table cause body jitter
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.13.0
### OS/Browsers version
Win
### Vue version
3.0.0-alpha.11
### Reproduction Link
https://jsfiddle.net/qii404/u4dk37zv/2/
### Steps to reproduce
table中某个列设置了 show-overflow-tooltip, 从下向上滑动时,会导致body竖直方向进度条改变,导致 **body抖动**
目前只能通过给body增加样式 `overflow: hidden`临时解决

### What is Expected?
目前tooltip是在body中的,但逻辑应该是table中的tooltip不应该影响body滚动条
### What is actually happening?
会导致body抖动
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.