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 #19296 from etiennesegonzac/bug-1011072
Browse files Browse the repository at this point in the history
Bug 1011072 - Pre-position appwindow for edge gestures in an orientation independent way. r=21
  • Loading branch information
etiennesegonzac committed May 15, 2014
2 parents 752bf44 + e0d6ebb commit e08ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/style/window.css
Expand Up @@ -606,7 +606,7 @@
/* Edges */
#screen.edges #windows > .appWindow:not(.homescreen) {
/* in the viewport but not really */
transform: translateX(99.9999%);
transform: translateX(-99.9999%);
opacity: 1;
will-change: transform, opacity;
}
Expand Down

0 comments on commit e08ee05

Please sign in to comment.