remove scroll in send tab

This commit is contained in:
Javier 2016-02-01 16:18:44 -03:00
commit 772f97eca1
2 changed files with 5 additions and 12 deletions

View file

@ -395,7 +395,7 @@
<qr-scanner on-scan="home.onQrCodeScanned(data)"></qr-scanner>
</div>
</div>
<div class="box-notification m20t" id="notification" ng-show="home.error" ng-click="home.resetError()">
<div class="box-notification m20t" ng-show="home.error" ng-click="home.resetError()">
<span class="text-warning">
{{home.error|translate}}
</span>