The .new-toolbox element was positioned at bottom:-96px by default and
only shown via .visible class on mouse activity. Mobile has no hover,
so toolbar was permanently hidden. Force bottom:0 with !important.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Toolbar was auto-hiding on mobile leaving only video visible. Added
toolbarConfig.alwaysVisible and CSS overrides to keep controls showing.
Reverted desktop viewport override which caused zoom/layout issues.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override viewport to width=1280 so mobile browsers render the desktop
layout instead of a scaled-down mobile view.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>