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

Page Drawer > Make the header sticky #419

Merged
merged 10 commits into from
Nov 4, 2024
Merged

Conversation

joaogomesdev
Copy link
Member

@joaogomesdev joaogomesdev commented Oct 31, 2024

Changes made in this PR:

  • Make the page drawer header sticky to enhance navigation and UX

Comment on lines 46 to 47
'sticky bg-background top-0 left-0 z-50 flex items-center justify-between p-2',
isSticky && 'border-b-background-offset border-b'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'sticky bg-background top-0 left-0 z-50 flex items-center justify-between p-2',
isSticky && 'border-b-background-offset border-b'
'sticky bg-background top-0 left-0 z-50 flex items-center justify-between p-2 border-b border-b-transparent motion-safe:transition-colors',
isSticky && 'border-b-background-offset'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn’t work 🤔

Screen.Recording.2024-10-31.at.18.34.36.mov

[BUG Fix] Page Drawer > Sometimes the page is empty
@joaogomesdev joaogomesdev merged commit d82443e into main Nov 4, 2024
2 checks passed
@joaogomesdev joaogomesdev deleted the page-drawer-fixed-header branch November 4, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants