We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialog
https://codepen.io/anon/pen/RXZeYX?&editable=true&editors=0010#anon-login
dialog显示时,页面不能滚动。设置了overlayProps={{ disableScroll: false }}无效
The text was updated successfully, but these errors were encountered:
在Dialog的模式下,禁用页面滚动是必要的,什么情况会需要让页面滚动呢?
Sorry, something went wrong.
关闭了mask,弹窗在屏幕的右上角出现,弹窗里的内容是一个反馈问卷,所以这种场景下弹窗阻塞了页面的正常滚动就有问题啦。但是我不用弹窗的话,就只能自己用Overlay去封装一个一摸一样的弹窗.. @youluna
04f19b3
Merge pull request #1054 from jdkahn/issue/954
0d6e4ce
fix(Dialog): allow disableScroll. fix #954
jdkahn
No branches or pull requests
Component
Dialog
Reproduction link
https://codepen.io/anon/pen/RXZeYX?&editable=true&editors=0010#anon-login
Steps to reproduce
dialog显示时,页面不能滚动。设置了overlayProps={{ disableScroll: false }}无效
The text was updated successfully, but these errors were encountered: