diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a05dad2e8..4b100b665 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -1,4 +1,21 @@
+ +
+
+
+
+
+
+
+
+ Updating Wallet... + Updating Status... + Updating Wallet... + Updating Wallet... + Scanning Wallet funds... + Recreating Wallet... +
+
@@ -48,23 +65,7 @@
-
- -
-
-
-
-
-
-
-
- Updating Wallet... - Updating Status... - Updating Wallet... - Updating Wallet... - Scanning Wallet funds... - Recreating Wallet... -
+
diff --git a/src/css/main.css b/src/css/main.css index d41667a74..0ce815506 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -123,8 +123,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu .page, .main { height:100%; - overflow-y: auto; - overflow-x: none; background-color: #fff; } @@ -1123,6 +1121,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { font-size: 13px; position: absolute; opacity: 0.8; + z-index: 10; } diff --git a/src/css/mobile.css b/src/css/mobile.css index a516f3642..3bffe52c9 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -686,9 +686,10 @@ a.pin-button:active { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); width:100%; - position: absolute; - margin-bottom: 50px; - height: 100%; + position: absolute; + top: 46px; + bottom: 80px; + overflow: auto; } .tab-in {