From: Ben Schwarz Date: Sun, 13 Jan 2013 01:35:53 +0000 (+1100) Subject: Removed last newline (How'd that hide there?) && reordered properties X-Git-Url: http://git.roojs.org/?p=ratchet;a=commitdiff_plain;h=10a912a24c30ade799d86c71778811a232d4b3ca Removed last newline (How'd that hide there?) && reordered properties --- diff --git a/lib/css/modals.css b/lib/css/modals.css index 356a62a..e0debc2 100644 --- a/lib/css/modals.css +++ b/lib/css/modals.css @@ -6,12 +6,11 @@ opacity: 0; z-index: 11; width: 100%; - overflow: hidden; min-height: 100%; + overflow: hidden; background-color: #fff; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); - -webkit-transition: -webkit-transform .25s ease-in-out, opacity 1ms .25s; transition: transform .25s ease-in-out, opacity 1ms .25s; }