7f329e3b31
Previously the background was applied directly to <Page> (room view only) when glassmorphism was off, and to document.body only when glassmorphism was on. This caused two bugs: - Without glassmorphism: background only visible in the chat panel, not behind the sidebar - With glassmorphism: Page reverted to its opaque theme surface color, so the body background only showed through the glass sidebar Fix: SidebarNav now always applies the active background to document.body (regardless of glassmorphism). RoomView's <Page> is made transparent whenever a background is active so the body background shows through both the sidebar and the chat area. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>