-
-
Notifications
You must be signed in to change notification settings - Fork 85
Fix mobile view issues in documentation site #2861
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
Conversation
- Remove always-visible scrollbar on mobile devices - Fix broken mobile navigation menu display and layout - Resolve duplicate close buttons in mobile sidebar - Fix horizontal scrolling issue in mobile menu - Ensure code blocks are left-aligned instead of center-aligned - Improve overall mobile menu styling and dark theme consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Wrapped CodeBlock components in scrollable containers - Added proper overflow handling with horizontal scrolling - Fixed container constraints to prevent code from spilling out - Maintained syntax highlighting while fixing layout issues - Ensured code blocks are left-aligned and properly contained 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Claude finished @thomhurst's task —— View job Code Review for Mobile Documentation Fixes ✅Todo List:
📋 Code Review SummaryThis PR addresses mobile view issues in the documentation site by implementing comprehensive responsive fixes across three files. The changes focus primarily on fixing code block overflow and improving mobile navigation. ✅ Strengths
|
No description provided.