Skip to content

Commit cc4f7b4

Browse files
authored
Merge pull request #5627 from Countly/datepicker-height-fix
Datepicker height fix
2 parents cac746b + 24c5724 commit cc4f7b4

File tree

1 file changed

+1
-1
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+1
-1
lines changed

frontend/express/public/javascripts/countly/vue/components/date.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@
936936
},
937937
customStyle: function() {
938938
return {
939-
height: (this.isVisible && (this.customRangeSelection || this.presetSelection)) ? "447px" : "auto",
939+
height: (this.isVisible && this.presetSelection) ? "447px" : "auto"
940940
};
941941
}
942942
},

0 commit comments

Comments
 (0)