-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Goes back to top if I reveal the menu #5
Comments
Yes, it scrolls back to the top. I am on Android Chrome 4.4 |
Same thing goes for Mobile Safari on an iPhone 6 plus |
Yes, we know this issue. It's happen because we use Any idea? Thanks! |
I fix it adding a wrapper element. Then I set the overflow property to .slideout-open .slideout-panel-container {
overflow: hidden;
} <div class="slideout-panel-container">
<main id="panel class="slideout-panel">
<header>
<h2>Panel</h2>
</header>
</main>
</div> |
@pazguille |
@babsonmatt I have created a new branch: Thanks! |
@pazguille works great on chrome dev ( 42.0.2311.15 dev-m (64-bit) ) and firefox 36! |
Hi, I have found a better way to fix it:
Could you help me to test it on your devices? Just go to the branch :) |
Hi, |
When I browse the demo pages, after scrolling, if I open the menu, the pages scroll back to the top, losing my position.
Tested on Chrome on Android 5.
The text was updated successfully, but these errors were encountered: