Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(iframe): scroll horizontally in case of overflow #10252

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented Oct 14, 2024

Fix #10245

Wide HTML emails are not readable on small screens because of the missing horizontal scrollbar.

Only horizontal scrollbar (single envelope in thread)

If there is only one message, the iframe should grow to its full height and no vertical scrollbar should be visible.

spectacle_20241014_100745

Both scrollbars (multiple envelopes in thread)

If there are multiple messages, the iframe should not grow to its full height and both scrollbars should be visible.

spectacle_20241014_100714

@GretaD GretaD merged commit 9ba52fd into main Oct 14, 2024
34 checks passed
@GretaD GretaD deleted the fix/iframe/overflow-x branch October 14, 2024 08:30
@st3iny
Copy link
Member Author

st3iny commented Oct 14, 2024

/backport to stable3.7

@st3iny
Copy link
Member Author

st3iny commented Oct 14, 2024

/backport to stable4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On small screen you cannot horizontally scroll
2 participants