From 58d71814648f95c8deeea6599caea3cfdc78a445 Mon Sep 17 00:00:00 2001 From: yenda Date: Wed, 20 Feb 2019 18:42:45 +0100 Subject: [PATCH] [fix 5772] overlap in login screen on small screens Signed-off-by: yenda --- src/status_im/ui/screens/accounts/login/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/accounts/login/views.cljs b/src/status_im/ui/screens/accounts/login/views.cljs index 9c265bef82..3fae397a4c 100644 --- a/src/status_im/ui/screens/accounts/login/views.cljs +++ b/src/status_im/ui/screens/accounts/login/views.cljs @@ -64,7 +64,7 @@ [status-bar/status-bar] [login-toolbar can-navigate-back?] [components.common/separator] - [react/view styles/login-view + [react/scroll-view styles/login-view [react/view styles/login-badge-container [account-login-badge photo-path name] [react/view {:style styles/password-container