Fix receive address for android 4.4.2 webview

This commit is contained in:
pablovidal85 2017-05-03 12:47:32 +02:00
parent b4dbdb7ac4
commit b14efe2b2a
1 changed files with 2 additions and 7 deletions

View File

@ -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;
}
}
}
}