From b14efe2b2a66445db2d57227bb3f656731c849b8 Mon Sep 17 00:00:00 2001 From: pablovidal85 Date: Wed, 3 May 2017 12:47:32 +0200 Subject: [PATCH] Fix receive address for android 4.4.2 webview --- src/sass/views/tab-receive.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 8d8b537fc..88486c4af 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -42,11 +42,9 @@ } #bit-address { width: 100%; - align-self: flex-end; margin-top: auto; - justify-content: center; - align-content: center; - position: relative; + position: absolute; + bottom: 0; min-height: 40px; #next-address { color:$v-light-gray; @@ -218,9 +216,6 @@ transform: scale(.7); } } - #bit-address { - position: relative; - } } } }