Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-05-05 09:06:24 +0300
committerAleksander Machniak <alec@alec.pl>2019-05-05 09:06:24 +0300
commit5fb8e8cb86919250d1b4f77e38c0f2a094c0ac22 (patch)
treee63984903a6838e55114cf8161086cd346db3aa0 /skins/elastic/styles
parentc42be24fd3960ce8090059f3d3352904bffd47e8 (diff)
Elastic: Fix issue with absolute positioned mail content (#6739)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/styles.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less
index 49e3dcaa2..4c1a2f2bc 100644
--- a/skins/elastic/styles/styles.less
+++ b/skins/elastic/styles/styles.less
@@ -264,6 +264,8 @@ body.task-error-login #layout {
.message-part,
.message-htmlpart {
padding-top: .5rem;
+ // Fixes absolute positioned mail message content
+ position: relative;
&:not(:first-child) {
border-top: 1px solid lighten(@color-mail-headers, 50%);