2.13.0
macOS/Chrome79.0.3945.88
2.6.11
https://codepen.io/bijinfeng/pen/mdymBgw
click el-image element, check body attributes, you will find "overflow: hidden"
I think only el-image element has "preview-src-list" attributes,could add "overflow: hidden" to body.
no "preview-src-list" attributes,still have "overflow: hidden" in body
I actually had the same problem,I haven't found the right solution yet。
Before the problem is solved,You can set the body
style to overflow: auto !important
first
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。
同有这问题好久了
Most helpful comment
Before the problem is solved,You can set the
body
style tooverflow: auto !important
first