Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#7464 from pivanov/bug-815608
Browse files Browse the repository at this point in the history
Bug 815608 - [Settings] - fixed headers
  • Loading branch information
vingtetun committed Jan 10, 2013
2 parents 89559f0 + dce7361 commit 626e1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/settings/style/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ section[role="region"].current {
/**
* Headers should not scroll with the rest of the page, except for #root.
*/
section[role="region"]:not(#root) > header:first-child {
section[role="region"] > header:first-child {
position: fixed;
width: 100%;
}

section[role="region"]:not(#root) > header:first-child + * {
section[role="region"] > header:first-child + * {
margin-top: 5rem;
}

Expand Down

0 comments on commit 626e1a9

Please sign in to comment.