Skip to content

Commit

Permalink
Fix scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Feb 27, 2015
1 parent 96c2dca commit 6311c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/expenseSummary.html
@@ -1,5 +1,5 @@
<ion-view view-title="Expense Summary">
<ion-content>
<ion-content scroll="false">
<div class="button-bar bar-positive">
<button class="button" ng-class="{'button-calm': selected != 'Day', 'button-positive': selected == 'Day'}" style="width: 100%" ng-click="select('Day')">Day</button>
<button class="button" ng-class="{'button-calm': selected != 'Week', 'button-positive': selected == 'Week'}" style="width: 100%" ng-click="select('Week')">Week</button>
Expand Down

0 comments on commit 6311c0f

Please sign in to comment.