fix select text on receive screen

This commit is contained in:
Gabriel Bazán 2016-06-08 09:39:25 -03:00
commit 6a3881fd97
8 changed files with 9 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<ion-modal-view ng-controller="addressbookController as addressbookC">
<div ng-init="wallets[0] ? selectedWalletsOpt = true : selectedWalletsOpt = false; checkClipboard()">
<ion-content ng-style="{'background-color': '#f6f7f9'}">
<ion-content ng-style="{'background-color': '#f6f7f9'}" overflow-scroll="true">
<nav class="tab-bar" ng-style="{'background-color':color}">
<section class="left-small">
<a ng-show="!editAddressbook && !addAddressbookEntry" ng-click="cancel()" class="p10">
@ -132,4 +132,4 @@
</div>
</ion-content>
</div>
</ion-modal-view>
</ion-modal-view>