From a8895639324b2135e241fcd2292e4d11ba092dc0 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sun, 13 Jan 2013 12:43:03 +1100 Subject: [PATCH] Rebuilt doc css --- dist/ratchet.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index 6e987c3..4fe7f49 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -1136,12 +1136,11 @@ select { 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; } -- 2.39.2