Merge pull request #2300 from rmehta/datepicker-z-fix

[fix] z-index for datepicker should be above grid row
This commit is contained in:
Nabin Hait 2016-11-11 14:53:33 +05:30 committed by GitHub
commit 5ea4a40791
2 changed files with 2 additions and 2 deletions

View file

@ -355,7 +355,7 @@ fieldset[disabled] .form-control {
}
/* jquery ui */
.ui-datepicker {
z-index: 100 !important;
z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;

View file

@ -146,7 +146,7 @@ textarea.form-control {
/* jquery ui */
.ui-datepicker {
z-index: 100 !important;
z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {