Skip to content
New issue

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

React Native Web #11

Open
haveamission opened this issue Dec 19, 2021 · 1 comment
Open

React Native Web #11

haveamission opened this issue Dec 19, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@haveamission
Copy link

Describe the bug
Sidebar prevents scroll down in React Native Web

To Reproduce
Steps to reproduce the behavior:

  1. Install in React Native Web
  2. Try to scroll down
@haveamission haveamission added the bug Something isn't working label Dec 19, 2021
@haveamission
Copy link
Author

Changing styles.js to this:

  frontView: {
    flex: 1,
    position: 'absolute',
    left: 0,
    top: 0,
    backgroundColor: 'transparent',
    overflow: 'auto',
  },

instead of overflow: 'hidden',
fixes the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant