bootstrap-datetimepicker中的日期/时间选择被截断

时间:2016-11-01 18:43:19

标签: ruby-on-rails-3 bootstrap-datetimepicker

Rails 3.2

我正在使用bootstrap-datetimepicker.js

我将默认值设置为:

$.fn.datetimepicker.defaults = {
  maskInput: false,
  pickDate: true,
  pickTime: true,
  pick12HourFormat: false,
  pickSeconds: true,
  startDate: new Date(),
  endDate: Infinity,
  orientation: "auto",
  collapse: true
};

但是当我尝试选择日期/时间时,如果表单位于屏幕的底部,则会被截断。

enter image description here

我将方向设置为“自动”,我知道这应该可以解决问题,但事实并非如此。有什么建议吗?

0 个答案:

没有答案