dom-examples icon indicating copy to clipboard operation
dom-examples copied to clipboard

Fix | Prevent scrollbars on ViewTransitions MPA example

Open bloycey opened this issue 1 year ago • 0 comments

The Problem

Scrollbars appearing on on the ViewTransitions MPA example.

image

I don't believe this was intended.

The Solution

Added display: block to the img element. The bug was occurring due to the way whitespace is rendered with inline elements. Changing to display: block sidesteps this issue. The images are still full screen, and there is no additional scroll and no scrollbars.

image

bloycey avatar Feb 21 '25 04:02 bloycey