瀏覽代碼

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

[fix] z-index for datepicker should be above grid row
version-14
Nabin Hait 8 年之前
committed by GitHub
父節點
當前提交
5ea4a40791
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      frappe/public/css/desk.css
  2. +1
    -1
      frappe/public/less/desk.less

+ 1
- 1
frappe/public/css/desk.css 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存