Browse Source

z-index for gantt chart

version-14
Makarand Bauskar 10 years ago
parent
commit
425c00ca53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/views/ganttview.js

+ 1
- 1
frappe/public/js/frappe/views/ganttview.js View File

@@ -53,7 +53,7 @@ frappe.views.Gantt = frappe.views.CalendarBase.extend({
fieldname:"end", "default": frappe.datetime.month_end(), input_css: {"z-index": 3}});

this.add_filters();
this.wrapper = $("<div></div>").appendTo(this.page.main);
this.wrapper = $("<div style='position:relative;z-index:1;'></div>").appendTo(this.page.main);

},
refresh: function() {


Loading…
Cancel
Save