ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.55k stars 3.55k forks source link

popup里面的内容在手机端滑动时,总是会滑动到body,这很苦恼 #629

Closed ghost closed 7 years ago

ghost commented 7 years ago

vue2.0的环境。我注意到,popup的modal被滑动的时候,body是不会跟随滑动的,可是内容部分被滑动就会。能否给个解决的方法。

galenyuan commented 7 years ago

:lock-scroll="true"

hzx930415 commented 7 years ago

我也遇到了这个问题 。但是 @galenyuan 的回答并不能解决我的问题。

ghost commented 7 years ago

我也没解决