remove scroll in send tab
This commit is contained in:
parent
3bf5e84c3c
commit
772f97eca1
2 changed files with 5 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue