
The game worked, but the iframe was clipped
Bug: Hot Path completed its two-player interaction in every viewport, but the embedded game surface was visibly clipped on phone and tablet.
Why normal checks missed it: The saved game used overflow hidden, so document scroll width stayed clean. A simple page overflow check would have passed.
Proof lesson: Element bounds and screenshots catch user-visible clipping that scalar scroll-width checks miss.
Evidence: A phone viewport screenshot from the browser run shows the embedded game still active, but visibly cropped inside its frame.




