fix(receive): receive tab shouldn't be scrollable

Closes #473
This commit is contained in:
Jason Dreyzehner 2016-10-14 22:12:33 -04:00
parent f9fd629734
commit 15d5e0d899
1 changed files with 1 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Receive' | translate}}</ion-nav-title>
</ion-nav-bar>
<ion-content>
<ion-content scroll="false">
<div class="list card padding text-center" ng-if="!wallets[0]">
<span translate>No Wallet</span>
</div>
@ -88,15 +88,4 @@
</div>
</article>
</ion-content>
<div id="first-time-tip" ng-if="firstTime">
<i class="ion-close close"></i>
<div class="row">
<h3 class="col col-60 center-block">Receive bitcoin by sharing your address</h3>
</div>
<div class="row">
<p class="col col-60 center-block">
Other bitcoin users can scan this code to send you money
</p>
</div>
</div>
</ion-view>