Skip to content

Scrolling not available if you go off screen #33

@dutchie027

Description

@dutchie027

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions