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

Bug 979018 Make background scroll with content in SMS #16806

Merged
merged 2 commits into from Mar 5, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 8 additions & 5 deletions apps/sms/style/sms.css
Expand Up @@ -122,14 +122,17 @@ form[role="dialog"][data-type="edit"] header menu[type="toolbar"] button {
padding-top: 0.7rem;
}


#threads-container[data-type="list"] ul {
padding: 0 1.5rem;
background-color: #fff;
}

/* Bug 967878 - [Messages] Background doesn't scroll with the threads causing
* expensive over-invalidation
*/
background-color: white;
/**
* Bug 967878, 979018 -[Messages] Background doesn't
* scroll with the threads causing expensive over-invalidation
*/
#threads-container > div {
background-color: #fff;
}

[data-type="list"] li {
Expand Down