diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index 2e5c1aa87..556be7d5e 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -100,11 +100,16 @@
<% end %>
<% end %>
-
+ |
-
+<%
+ style = ""
+ style += "width: #{g_width - 1}px;"
+ style += "height: #{headers_height}px;"
+ style += 'background: #eee;'
+%>
+<%= content_tag(:div, ' '.html_safe, :style => style, :class => "gantt_hdr") %>
<% ###### Months headers ###### %>
<%
|