From 140fe5372f803338301ad38f984120b644560282 Mon Sep 17 00:00:00 2001 From: Zoltan Olah Date: Fri, 24 Oct 2014 14:43:38 -0700 Subject: [PATCH] Fixes cut-off avatars and overscrolling in scrollable divs on android for #45 --- client/stylesheets/globals/welcome.import.less | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/client/stylesheets/globals/welcome.import.less b/client/stylesheets/globals/welcome.import.less index cc4168d..02a4ffd 100644 --- a/client/stylesheets/globals/welcome.import.less +++ b/client/stylesheets/globals/welcome.import.less @@ -6,14 +6,8 @@ // Show & hide message on web/desktop - .transition(all 500ms ease-out); - .transform( translate3d(-100%,0,0)); - opacity: 0; - - @media screen and (min-width: 60em) { - .transform( translate3d(0,0,0)); - opacity: 1; - } + display: none; + @media screen and (min-width: 60em) { display: block; } .title-welcome { .font-s3;