From 425c00ca533f151b31036a6ad768a51efc29eef4 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Tue, 30 Jun 2015 18:14:56 +0530 Subject: [PATCH] z-index for gantt chart --- frappe/public/js/frappe/views/ganttview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/views/ganttview.js b/frappe/public/js/frappe/views/ganttview.js index 05354a61a0..2d671f3da8 100644 --- a/frappe/public/js/frappe/views/ganttview.js +++ b/frappe/public/js/frappe/views/ganttview.js @@ -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 = $("
").appendTo(this.page.main); + this.wrapper = $("
").appendTo(this.page.main); }, refresh: function() {