From a4cb8fb113b11ae9cb934ed6b9228c254e1d5285 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 5 Aug 2008 16:48:14 +0200 Subject: [PATCH] fix scrolling of projects over menu --- app/views/projects/_project_listing.rhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/projects/_project_listing.rhtml b/app/views/projects/_project_listing.rhtml index 72f67071..f968ddf7 100644 --- a/app/views/projects/_project_listing.rhtml +++ b/app/views/projects/_project_listing.rhtml @@ -1,9 +1,8 @@ <% project = project_listing suppress_drag_handle ||= false suppress_edit_button ||= false - @project_listing_zindex = @project_listing_zindex.nil? ? 200 : @project_listing_zindex - 1 -%> -
" class="list" style="z-index:<%= @project_listing_zindex %>"> +
" class="list">
<% unless suppress_drag_handle -%>