Commit f56c6263 authored by Phil Hughes's avatar Phil Hughes Committed by Robert Speicher

Fixed issue with bootstrap dropdown closing the calendar

parent 7617ae25
......@@ -53,3 +53,8 @@ class @DueDateSelect
defaultDate: $("input[name='#{fieldName}']").val()
altField: "input[name='#{fieldName}']"
)
$(document)
.off 'click', '.ui-datepicker-header a'
.on 'click', '.ui-datepicker-header a', (e) ->
e.stopImmediatePropagation()
......@@ -404,6 +404,10 @@
}
.dropdown-menu-due-date {
.dropdown-content {
max-height: 230px;
}
.ui-widget {
table {
margin: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment