Fix receive address for android 4.4.2 webview

This commit is contained in:
pablovidal85 2017-05-03 12:47:32 +02:00
commit b14efe2b2a

View file

@ -42,11 +42,9 @@
} }
#bit-address { #bit-address {
width: 100%; width: 100%;
align-self: flex-end;
margin-top: auto; margin-top: auto;
justify-content: center; position: absolute;
align-content: center; bottom: 0;
position: relative;
min-height: 40px; min-height: 40px;
#next-address { #next-address {
color:$v-light-gray; color:$v-light-gray;
@ -218,9 +216,6 @@
transform: scale(.7); transform: scale(.7);
} }
} }
#bit-address {
position: relative;
}
} }
} }
} }