byte-guide: 1.0.7 react: 17.0.2 <img width="569" alt="image" src="https://user-images.githubusercontent.com/35761035/182754332-22cb7591-8443-4358-8512-d9afac4580e1.png"> 这会导致页面不能滚动 我目前的解决方案: ```js onClose={() => { document.documentElement.style.overflow = 'auto' }} ```
byte-guide: 1.0.7
react: 17.0.2
这会导致页面不能滚动
我目前的解决方案: