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 {