Skip to content

Commit

Permalink
Merge pull request #344 from PartialVolume/337-fix-locking-scroll
Browse files Browse the repository at this point in the history
fixes issue #337
  • Loading branch information
pliablepixels authored Oct 3, 2016
2 parents 0cf6d5b + 41d5044 commit 34a5b10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1 class="title">{{'kMenuOptions'|translate}}</h1>

</ion-header-bar>
<ion-content has-header="true">
<ion-scroll style="height:100%">
<ion-list>

<ion-item href="#/montage" menu-close>
Expand Down Expand Up @@ -312,7 +312,8 @@ <h1 class="title">{{'kMenuOptions'|translate}}</h1>
</div>


</ion-list>
</ion-list>
</ion-scroll>
</ion-content>
</ion-side-menu>
</ion-side-menus>
Expand Down

0 comments on commit 34a5b10

Please sign in to comment.