From 18486929a05586754493b67d81bcc5b3200ad5ca Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 6 Apr 2025 13:18:45 +0200 Subject: [PATCH] Fix HTML message preview if it contains floating tables (#9804) --- CHANGELOG.md | 1 + skins/elastic/styles/styles.less | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45f6ed95..bd2cff107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ - Fix PHP warning in index.php (#9813) - OAuth: Fix/improve token refresh - Fix dark mode bug where wrong colors were used for blockquotes in HTML mail preview (#9820) +- Fix HTML message preview if it contains floating tables (#9804) ## Release 1.6.10 diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index b6932edbd..57e8d21e0 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -337,6 +337,8 @@ body.task-error-login #layout { div.rcmBody { // Remove margins that can be set by the mail message styles margin: 0 auto !important; + // Fix floating table issue (#9804) + overflow: auto hidden; } blockquote {