-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] click el-image will add "overflow: hidden" to body makes the page unable to scroll #18490
Comments
I actually had the same problem,I haven't found the right solution yet。 |
Before the problem is solved,You can set the |
I am also getting the same problem. |
这个是由于element-ui的Image组件的原因,估计下个版本会解决,暂时可以传个imglist参数过去值是图片的地址 |
我也是遇到这问题,一点击 滚动条就没有了 无了个语 |
I actually had the same problem,I haven't found the right solution yet。 |
同有这问题好久了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Element UI version
2.13.0
OS/Browsers version
macOS/Chrome79.0.3945.88
Vue version
2.6.11
Reproduction Link
https://codepen.io/bijinfeng/pen/mdymBgw
Steps to reproduce
click el-image element, check body attributes, you will find "overflow: hidden"
What is Expected?
I think only el-image element has "preview-src-list" attributes,could add "overflow: hidden" to body.
What is actually happening?
no "preview-src-list" attributes,still have "overflow: hidden" in body
The text was updated successfully, but these errors were encountered: