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
Prevent body scroll on chat page so navbar stays fixed
The navbar uses position:sticky, so body scroll caused it to move
off-screen. Lock body overflow:hidden when ChatPage mounts, restore
on unmount.
https://claude.ai/code/session_01FQzfAs9Ye8H6tQGEkugFjN
#4
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.