Skip to content

Commit

Permalink
Merge pull request #5627 from Countly/datepicker-height-fix
Browse files Browse the repository at this point in the history
Datepicker height fix
  • Loading branch information
Cookiezaurs authored Oct 3, 2024
2 parents cac746b + 24c5724 commit cc4f7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
},
customStyle: function() {
return {
height: (this.isVisible && (this.customRangeSelection || this.presetSelection)) ? "447px" : "auto",
height: (this.isVisible && this.presetSelection) ? "447px" : "auto"
};
}
},
Expand Down

0 comments on commit cc4f7b4

Please sign in to comment.