Remove login animation for mobile browsers

This commit is contained in:
RainLoop Team 2013-12-27 13:37:31 +04:00
parent 377252edae
commit 92855bc880
6 changed files with 146 additions and 142 deletions

View file

@ -3,6 +3,7 @@ html {
padding: 0;
overflow: hidden;
font-family: Arial, Verdana, Geneva, sans-serif;
height: 100%;
}
body {
@ -19,6 +20,7 @@ body {
left: 0;
bottom: 0;
right: 0;
height: 100%;
}
textarea {