geeeger / blog

https://loofp.com
1 stars 0 forks source link

tua-body-scroll-lock 模块使用问题 #6

Open geeeger opened 4 years ago

geeeger commented 4 years ago

注意在使用lock unlock的时候如果不是body 需要设置具体的targetElement 作为函数入参

geeeger commented 4 years ago

不设置的结果

<body>
  <main style="height: 100%;overflow:auto;"></main>
  <some-modal></some-modal>
</body>

在上面的例子中,打开modal的同时使用lock方法不入参,结果 modal定位的bottom被扩大至main元素的scrollHeight