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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-05-05 14:41:49 +0300
committerAleksander Machniak <alec@alec.pl>2017-05-05 14:41:49 +0300
commit30a14911e8c788a114f1bcb28ed2e9d52b2946c1 (patch)
tree7d414ccd7426cd7446d3d56d4162a6d5680870a2 /skins
parentdade48165874dc735013d918e8430e4c437b669e (diff)
Fix bug where it wasn't possible to scroll folders list in Edge (#5750)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 5085828e4..1c63dd909 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -16,7 +16,7 @@
left: 0;
width: 200px;
bottom: 0;
- z-index: 2;
+ z-index: 1; /* fixes scrolling in Edge (#5750) */
}
#mailview-right {
@@ -25,7 +25,6 @@
left: 212px;
right: 0;
bottom: 0;
- z-index: 3;
}
#mailview-right.fullwidth {
@@ -199,7 +198,6 @@ html.mozilla #mailboxlist > li:first-child {
left: 0;
height: 40px;
white-space: nowrap;
- z-index: 10;
}
#messagetoolbar.fullwidth {