Merge pull request #3990 from JDonadio/fix/scroll-shared-secret
Fix scrolling in shared secret page
This commit is contained in:
commit
5febc0d704
1 changed files with 3 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue