禁止彈框底部的內容滑動

這個問題查了好久,不少種解決辦法,在我這都無效,多是由於個人container設置了overflow:scrollcss

==============================================web

最後,發現以下這個辦法spa

最外面的div是.container,彈框是他的子元素ip

因此這裏在打開彈窗時:document.getElementsByClassName('container')[0].classList.add('vux-modal-open');rem

在關閉彈窗時:document.getElementsByClassName('container')[0].classList.remove('vux-modal-open');get

==============================================it

//添加的類名樣式io

.vux-modal-open{class

  overflow: hidden;vux

  position: fixed;

   width: 100%;

}

相關文章
相關標籤/搜索