Skip to content

Commit

Permalink
Fixes cut-off avatars and overscrolling in scrollable divs on android…
Browse files Browse the repository at this point in the history
… for #45
  • Loading branch information
Zoltan Olah committed Oct 24, 2014
1 parent e104214 commit 140fe53
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions client/stylesheets/globals/welcome.import.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 140fe53

Please sign in to comment.