-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[BUG] pane can be overscrolled #171
Comments
@tsungweihsu big thanks for report. Probably a case regards to |
+1 |
1 similar comment
+1 |
@tsungweihsu @bujaczes @szymek please share for me exact settings configuration |
settings: CupertinoSettings = {
parentElement: 'body',
buttonClose: false,
breaks: {
top: {enabled: true, height: window.innerHeight },
middle: {enabled: true, height: window.innerHeight * 0.5},
bottom: {enabled: true, height: 100}
}
}; I did a deeper testing to see what really triggers this behavior and found that when |
Just pushed |
Describe the bug
When
top
is defined, the pane can be overscrolled away from the view port. Please find the video attached.To Reproduce
Steps to reproduce the behavior:
top
definedExpected behavior
The pane should be fixed when overscrolled.
Screenshots
overscroll.mp4
Smartphone (please complete the following information):
Additional context
This only happens with Android not iOS.
The text was updated successfully, but these errors were encountered: