Skip to content

Commit

Permalink
Merge pull request wix-incubator#1 from HaswinVidanage/bugfix/agenda-…
Browse files Browse the repository at this point in the history
…ui-issue-845

bugfix/agenda-ui-issue-845: Change calendarOffset to fix ui issue aff…
  • Loading branch information
HaswinVidanage authored Jan 6, 2020
2 parents 18ba8a3 + 908c47d commit 66bb5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agenda/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class AgendaView extends Component {
}

calendarOffset() {
return 90 - (this.viewHeight / 2);
return 96 - (this.viewHeight / 2);
}

initialScrollPadPosition() {
Expand Down

0 comments on commit 66bb5bb

Please sign in to comment.