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

Scrolling not available if you go off screen #33

Open
dutchie027 opened this issue Feb 1, 2018 · 0 comments
Open

Scrolling not available if you go off screen #33

dutchie027 opened this issue Feb 1, 2018 · 0 comments

Comments

@dutchie027
Copy link

dutchie027 commented Feb 1, 2018

Currently the CSS doesn't allow for scrolling if you have more content than is in the "viewport" of the device.

If you simply add:

    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

To the class .marvel-device .screen, it fixes all of that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant