Skip to content

Commit

Permalink
Fix bug where it wasn't possible to scroll folders list in Edge (#5750)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 5, 2017
1 parent 9bfacb4 commit 1b8d766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGELOG Roundcube Webmail
===========================

- Fix bug where comment notation within style tag would cause the whole style to be ignored (#5747)
- Fix bug where it wasn't possible to scroll folders list in Edge (#5750)

RELEASE 1.2.5
-------------
Expand Down
4 changes: 1 addition & 3 deletions skins/larry/mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
left: 0;
width: 200px;
bottom: 0;
z-index: 2;
z-index: 1; /* fixes scrolling in Edge (#5750) */
}

#mailview-right {
Expand All @@ -25,7 +25,6 @@
left: 212px;
right: 0;
bottom: 0;
z-index: 3;
}

#mailview-right.fullwidth {
Expand Down Expand Up @@ -224,7 +223,6 @@ html.mozilla #mailboxlist > li:first-child {
left: 0;
height: 40px;
white-space: nowrap;
z-index: 10;
}

#messagetoolbar.fullwidth {
Expand Down

0 comments on commit 1b8d766

Please sign in to comment.