Andrew Bloyce

Results 2 issues of Andrew Bloyce

### Motivation / Background When previewing mailers if the mailer content is longer than the screen double scrollbars appear. These double scrollbars cause usability issues which can lead to hidden...

railties
ready

## The Problem Scrollbars appearing on on the ViewTransitions MPA example. ![image](https://github.com/user-attachments/assets/9b0614ce-b115-4153-b872-ed99cd871bad) I don't believe this was intended. ## The Solution Added `display: block` to the `img` element. The bug...