Skip to content

Commit

Permalink
Merge 3edfc30 into de0fc75
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaul committed Jul 18, 2019
2 parents de0fc75 + 3edfc30 commit cb813a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Datepicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default {
calendarStyle () {
return {
bottom: !this.isInline && window.innerHeight - this.$el.getBoundingClientRect().bottom < 375 ? (this.$el.getBoundingClientRect().bottom - this.$el.getBoundingClientRect().top + 2) + "px" : "auto",
position: this.isInline ? 'static' : undefined
}
},
Expand Down

0 comments on commit cb813a8

Please sign in to comment.