You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: