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
byte-guide: 1.0.7 react: 17.0.2
这会导致页面不能滚动
我目前的解决方案:
onClose={() => { document.documentElement.style.overflow = 'auto' }}
The text was updated successfully, but these errors were encountered:
看了下源码是realDocument重新赋值了,重新触发了
realDocument
而此时的html上已经添加了overflow: hidden
html
overflow: hidden
Sorry, something went wrong.
有点奇葩,结束后布局都乱了,还有 localKey不应该必填
简直了,这么严重bug,还不解决
还挂个字节的名号,这个组件有点垃圾啊
No branches or pull requests
byte-guide: 1.0.7
react: 17.0.2
这会导致页面不能滚动
我目前的解决方案:
The text was updated successfully, but these errors were encountered: