Skip to content

Fix inline HeaderMotion.Header overlay stacking above scrollables#23

Open
centricity-kashifshaikh wants to merge 1 commit into
pawicao:mainfrom
centricity-kashifshaikh:fix/inline-header-overlay-zindex
Open

Fix inline HeaderMotion.Header overlay stacking above scrollables#23
centricity-kashifshaikh wants to merge 1 commit into
pawicao:mainfrom
centricity-kashifshaikh:fix/inline-header-overlay-zindex

Conversation

@centricity-kashifshaikh
Copy link
Copy Markdown

Fixes #22

Problem

Inline header mode (without NavigationBridge) can render behind scrollables because the overlay header has no explicit stacking order.

Fix

  • Add zIndex: 10 to HeaderMotion.Header overlay style in src/components/Header.tsx.
  • Update src/components/__tests__/Header.test.tsx overlay style expectation.

Scope

This is a minimal visual stacking fix for inline-header setups and does not modify scroll manager logic.

Validation

  • Updated header tests pass.
  • Full test suite passes locally (8/8 suites, 38/38 tests).

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

Successfully merging this pull request may close these issues.

Bug Report: HeaderMotion.FlatList scroll offset not applied when using inline header (without NavigationBridge)

1 participant