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 #18296 from mcav/email-toolbar
Browse files Browse the repository at this point in the history
Bug 993215 - [Email] toolbar covers the bottom line of long emails. r=jrburke
  • Loading branch information
mcav committed Apr 23, 2014
2 parents 8c9bd65 + e803aef commit 28935fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/email/style/common.css
Expand Up @@ -142,7 +142,7 @@ body {
}
.scrollregion-below-header {
overflow-x: hidden;
height: calc(100% - 5.8rem + 0.5rem);
height: calc(100% - 5rem);
will-change: scroll-position;
}

Expand Down
4 changes: 4 additions & 0 deletions apps/email/style/message_cards.css
Expand Up @@ -233,6 +233,10 @@ input.msg-search-text-tease {
margin: 0 auto;
}

.card-message-reader .scrollregion-below-header {
height: calc(100% - 9.5rem);
}

.msg-attachments-container {
padding: 0 1.5rem;
font-size: 1.2rem;
Expand Down

0 comments on commit 28935fe

Please sign in to comment.