Merge pull request #2300 from rmehta/datepicker-z-fix
[fix] z-index for datepicker should be above grid row
This commit is contained in:
commit
5ea4a40791
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ textarea.form-control {
|
|||
/* jquery ui */
|
||||
|
||||
.ui-datepicker {
|
||||
z-index: 100 !important;
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-datepicker-header {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue