Skip to content

fix: remove blank space above bottom nav#68

Merged
barrydeen merged 1 commit intomainfrom
fix/nested-scaffold-insets
Feb 27, 2026
Merged

fix: remove blank space above bottom nav#68
barrydeen merged 1 commit intomainfrom
fix/nested-scaffold-insets

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Nested Scaffolds in tab screens (Feed, Search, Messages, Notifications, Wallet) were reserving extra system bar inset padding on top of what the outer Scaffold already handles
  • Added contentWindowInsets = WindowInsets(0, 0, 0, 0) to all five inner Scaffolds to eliminate the blank gap above the bottom navigation bar

Test plan

  • Verify feed screen content extends fully to the bottom nav with no blank gap
  • Check all five tab screens (Home, Wallet, Search, Messages, Notifications)

…sets

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@barrydeen barrydeen merged commit 0b42b18 into main Feb 27, 2026
@barrydeen barrydeen deleted the fix/nested-scaffold-insets branch March 4, 2026 01:28
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.

1 participant