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

Commit

Permalink
Bug 1007147 - [Home2] Follow-up, add overflow: hidden to icons to pre…
Browse files Browse the repository at this point in the history
…vent x-axis panning r=me
  • Loading branch information
KevinGrandon committed May 8, 2014
1 parent f4eb209 commit ce189cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_apps/home2/style/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ html, body, .icons {
width: calc(100% / 3);
text-align: center;
background: no-repeat top center;
overflow: hidden;
z-index: 3;
}

Expand Down

0 comments on commit ce189cf

Please sign in to comment.