mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-06 13:32:39 +02:00
Added semi-transparent floating buttons under navbar to test if viewport corruption is caused by offcanvas menu or navigation itself. Changes: - Add floating-test-buttons div in index.html - Two buttons: DM and Contacts (using navigateTo()) - Sticky position under navbar - Semi-transparent background with backdrop blur - Centered layout with gap between buttons Test scenario: 1. Click floating buttons (bypass offcanvas menu) 2. Navigate to DM / Contact Management 3. Return to main page via Home button 4. Check if status bar is still visible If floating buttons work correctly: - Problem is in offcanvas menu cleanup - Can keep these buttons as permanent quick navigation If floating buttons also cause corruption: - Problem is deeper (viewport/layout issue) - Need different approach 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>