Browse Source

[fix] z-index for datepicker should be above grid row

version-14
Rushabh Mehta 8 years ago
parent
commit
33a48cd957
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      frappe/public/css/desk.css
  2. +1
    -1
      frappe/public/less/desk.less

+ 1
- 1
frappe/public/css/desk.css 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;


+ 1
- 1
frappe/public/less/desk.less 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 {


Loading…
Cancel
Save