public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
fix scrolling of projects over menu
lrbalt (author)
Tue Aug 05 07:48:14 -0700 2008
commit  a4cb8fb113b11ae9cb934ed6b9228c254e1d5285
tree    0c58623f9baf7c090af054f08aeb2c2ab2e18ada
parent  3004d06c407924033404aa4e28de652009f05625
...
1
2
3
4
5
6
 
7
8
9
...
1
2
3
 
4
 
5
6
7
8
0
@@ -1,9 +1,8 @@
0
 <%  project = project_listing
0
     suppress_drag_handle ||= false
0
     suppress_edit_button ||= false
0
-    @project_listing_zindex = @project_listing_zindex.nil? ? 200 : @project_listing_zindex - 1
0
 -%>
0
-<div id="<%= dom_id(project, "container") %>" class="list" style="z-index:<%= @project_listing_zindex %>">
0
+<div id="<%= dom_id(project, "container") %>" class="list">
0
   <div id="<%= dom_id(project) %>" class="project sortable_row" style="display:''">
0
     <% unless suppress_drag_handle -%>
0
       <div class="position">

Comments