mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-04-30 10:34:38 +02:00
Changed viewport fix approach to be less invasive: - Removed document.body.style.height modification - Use document.documentElement.offsetHeight instead - Trigger resize event instead of modifying DOM - Increased delay from 100ms to 150ms for better stability This should prevent potential conflicts with channel loading and other page initialization code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>