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

Commit

Permalink
bug 945461. Keep scrolling portion of email app message list and mess…
Browse files Browse the repository at this point in the history
…age content as scrollable layer
  • Loading branch information
Mason Chang committed Dec 2, 2013
1 parent 124f6b7 commit 69db2ba
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 69db2ba

Please sign in to comment.