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

Side Panels - Horizontal Scroll #44

Closed
alexmira opened this issue Dec 9, 2015 · 2 comments
Closed

Side Panels - Horizontal Scroll #44

alexmira opened this issue Dec 9, 2015 · 2 comments
Labels

Comments

@alexmira
Copy link

alexmira commented Dec 9, 2015

on side panels its possible to horizontal scroll if you hold your finger in the panel, check the video on link

https://mega.nz/#!uMtXgIaB!QqpzC2NV1MfeGn4JduPA9LB9K_3tGIwC1xg7Ka4kFmU

@alexmira
Copy link
Author

i fixed it with :

body, html {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
}
body {
overflow-y: auto;
height: 100%;
}

@qathom qathom added the bug label Dec 14, 2015
@qathom
Copy link
Contributor

qathom commented Dec 20, 2015

Thank you for reporting this issue!
I added the following code:

html, body {
    position: relative;
    overflow-x: hidden;
}

I successfully tested this fix on Android 5+ (emulator).
Please tell me if it does not fix your problem on your device!

@qathom qathom closed this as completed in a7eae58 Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants