Skip to content

Commit

Permalink
Fixed vertical scrollbar. Closes #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kulesa committed Mar 16, 2011
1 parent 2b07adc commit a943699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/gantts/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ t_height = g_height + headers_height
</td>
<td>

<div style="position:relative;height:<%= t_height + 24 %>px; overflow:auto;">

<div style="position:relative;height:<%= t_height + 24 %>px; overflow-x:auto;; overflow-y:hidden;">
<div style="width:<%= g_width-1 %>px;height:<%= headers_height %>px;background: #eee;" class="gantt_hdr">&nbsp;</div>
<%
#
Expand Down

0 comments on commit a943699

Please sign in to comment.