fix scrolling in step 2
This commit is contained in:
parent
a0ec2ac18a
commit
ab6f3dae9b
1 changed files with 19 additions and 17 deletions
|
|
@ -103,24 +103,26 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div ng-show="step == 2">
|
<div ng-show="step == 2">
|
||||||
<div class="columns text-center extra-padding-bottom">
|
<ion-content class="m20b">
|
||||||
<h5 translate>Confirm your wallet recovery phrase</h5>
|
<div class="columns text-center extra-padding-bottom">
|
||||||
<p class="text-gray m0" translate>
|
<h5 translate>Confirm your wallet recovery phrase</h5>
|
||||||
Please tap the words in order to confirm your backup phrase is correctly written.
|
<p class="text-gray m0" translate>
|
||||||
</p>
|
Please tap the words in order to confirm your backup phrase is correctly written.
|
||||||
<div class="panel words text-left">
|
</p>
|
||||||
<span ng-repeat="cword in customWords track by $index" ng-show="customWords[$index]">
|
<div class="panel words text-left">
|
||||||
<button class="button radius tiny words" ng-click="removeButton($index, cword)">{{cword.word}}</button>
|
<span ng-repeat="cword in customWords track by $index" ng-show="customWords[$index]">
|
||||||
</span>
|
<button class="button radius tiny words" ng-click="removeButton($index, cword)">{{cword.word}}</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="text-left">
|
||||||
|
<span ng-repeat="shuffledWord in shuffledMnemonicWords track by $index">
|
||||||
|
<button class="button radius tiny words" ng-click="addButton($index, shuffledWord)"
|
||||||
|
ng-disabled="shuffledWord.selected">{{shuffledWord.word}}
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-left">
|
</ion-content>
|
||||||
<span ng-repeat="shuffledWord in shuffledMnemonicWords track by $index">
|
|
||||||
<button class="button radius tiny words" ng-click="addButton($index, shuffledWord)"
|
|
||||||
ng-disabled="shuffledWord.selected">{{shuffledWord.word}}
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="button-box">
|
<div class="button-box">
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue