Prevent body scroll on touch devices when scrolling on modal

前端 未结 1 1520
谎友^
谎友^ 2021-01-21 15:31

I\'m working on a web app that uses lots of modal overlays with scrollable content in the modal . On touch devices, and in particular on Android, the mobile browser wants to scr

相关标签:
1条回答
  • 2021-01-21 15:43

    Is there anything wrong with the provided z-index of your elements? Maybe the Modal itself or an inner container isn't stacked on top of the body-text

    0 讨论(0)
提交回复
热议问题