From 9cf5dd7eb2d26b9db0ca7af81e40ffb8829805ef Mon Sep 17 00:00:00 2001 From: Francisco Jordano Date: Fri, 22 Aug 2014 12:09:05 +0100 Subject: [PATCH] Revert "Bug 1050722 - Reduce overpaint of the contacts app r=arcturus" This reverts commit 73a49673bb214ecd6905d487066e822f41557aae. --- apps/communications/contacts/style/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/communications/contacts/style/app.css b/apps/communications/contacts/style/app.css index c3a950cb247e..2dd2dab1477b 100644 --- a/apps/communications/contacts/style/app.css +++ b/apps/communications/contacts/style/app.css @@ -183,7 +183,7 @@ menu, nav, section, video, audio, canvas, progress, meter, time { left: 0; width: 100%; height: 100%; - transform: none; + transform: translate(0, 0); } .view:not(.view-noscroll) { @@ -683,4 +683,4 @@ html[dir="rtl"] ::-moz-placeholder { #groups-list.selecting #contact-list-ice { display:none; -} \ No newline at end of file +}