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

ComposedHeaderProvider in ComposedHeaderProvider with sticky #134

Open
Banck opened this issue Apr 23, 2019 · 1 comment
Open

ComposedHeaderProvider in ComposedHeaderProvider with sticky #134

Banck opened this issue Apr 23, 2019 · 1 comment

Comments

@Banck
Copy link

Banck commented Apr 23, 2019

Hello, @lkzhao !
I've noticed that if ComposedHeaderProvider (isSticky == true) has another ComposedHeaderProvider (isSticky == true) then header in the second headerProvider has collection top anchor as stop collision (i.e the header in second headerProvider will be behind the header in first headerProvider), but I think it should be bottom anchor of the header in first headerProvider (i.e the header in second headerProvider will be under the header in first headerProvider)

@Amzd
Copy link

Amzd commented Jul 25, 2019

The source of this issue is that the layout of a nested provider doesn't get the visible frame inset from the outer provider. To fix this, #102 should be addressed.

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

2 participants