Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14290 from changm/bug945461
Browse files Browse the repository at this point in the history
bug 945461. Keep scrolling portion of email app message list and message...
  • Loading branch information
changm committed Dec 10, 2013
2 parents 46243a1 + 69db2ba commit 2a8043a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/email/style/common.css
Expand Up @@ -151,6 +151,7 @@ body {
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 5.8rem + 0.5rem);
will-animate: scroll;
}

.scrollregion-below-header.scrollregion-horizontal-too {
Expand Down
1 change: 1 addition & 0 deletions apps/email/style/message_cards.css
Expand Up @@ -7,6 +7,7 @@
height: 100%;
overflow-y: auto;
overflow-x: hidden;
will-animate: scroll;
}
.msg-list-scrollinner {
/* force the card to be tall enough so we can scroll the search bit out of the
Expand Down

0 comments on commit 2a8043a

Please sign in to comment.