mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 10:10:12 +01:00
fix scrolling of projects over menu
This commit is contained in:
parent
3004d06c40
commit
a4cb8fb113
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
<% project = project_listing
|
<% project = project_listing
|
||||||
suppress_drag_handle ||= false
|
suppress_drag_handle ||= false
|
||||||
suppress_edit_button ||= false
|
suppress_edit_button ||= false
|
||||||
@project_listing_zindex = @project_listing_zindex.nil? ? 200 : @project_listing_zindex - 1
|
|
||||||
-%>
|
-%>
|
||||||
<div id="<%= dom_id(project, "container") %>" class="list" style="z-index:<%= @project_listing_zindex %>">
|
<div id="<%= dom_id(project, "container") %>" class="list">
|
||||||
<div id="<%= dom_id(project) %>" class="project sortable_row" style="display:''">
|
<div id="<%= dom_id(project) %>" class="project sortable_row" style="display:''">
|
||||||
<% unless suppress_drag_handle -%>
|
<% unless suppress_drag_handle -%>
|
||||||
<div class="position">
|
<div class="position">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue