Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Conversation

OskarHeden
Copy link

I've experienced that none of my pointerEvents are firing close to my fixed header after the Parallax foreground had been collapsed. When using the inspector I found that the entire parallaxHeight was still assigned to the wrapperView of the foreground, causing it to render an invisible view on top of my scrollable component (in this case a Webview) which then blocks all click events in my webview under that area.

Here is an image depicting the problem (the highlighted area is unclickable):
blocking_view

The PR includes minor changes to the height of the view to match the height of the collapsed header(headerHeight in props) when the parallax is collapsed after scrolling down.

@EyMaddis
Copy link

Already solved/solvable. See #23 and the PR #24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants