Closed as not planned
Description
Describe the bug
When running with-react-native-web
example I am noticing that the default styling does not allow the page to scroll. See this pull request to see the change in question #4787.
To Reproduce
- yarn create next-app --example with-react-native-web with-react-native-web-app
- install deps and switch to directory. Then run
yarn dev
- Update the alternate.js page to include text that would normally need to scroll
- Notice the page does not allow scrolling.
Expected behavior
The page can scroll.
Screenshots
System information
- OS: OS
- Browser: Chrome
- Version of Next.js: 9.3
- Version of Node.js: 14.7
Additional context
Before submitting a pull request I wanted to get @dcalhoun to give an opinion on the issue. I might be missing something with react native web that requires the body element to contain overflow:hidden to make reusing code across native and web possible.