fix scrolling in shared secret page

This commit is contained in:
Javier 2016-03-10 15:24:16 -03:00
commit 5b20a68569

View file

@ -4,7 +4,7 @@
ng-init=""> ng-init="">
</div> </div>
<div class="copayers p20v" ng-controller="copayersController as copayers" ng-init="copayers.init()"> <div class="copayers content p20v" ng-controller="copayersController as copayers" ng-init="copayers.init()">
<div ng-show="!index.notAuthorized"> <div ng-show="!index.notAuthorized">
<h1 class="text-center" translate>Share this invitation with your copayers</h1> <h1 class="text-center" translate>Share this invitation with your copayers</h1>
@ -66,4 +66,3 @@
<div class="extra-margin-bottom"></div> <div class="extra-margin-bottom"></div>
</div> </div>