mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
fix #1132 by moving z-index of topbar to 500+ and the z-index of the todos to 500-
This commit is contained in:
parent
6816ad7b05
commit
3116d46820
2 changed files with 3 additions and 3 deletions
|
|
@ -285,7 +285,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
def set_zindex_counter
|
||||
# this counter can be used to handle the IE z-index bug
|
||||
@z_index_counter = 1000
|
||||
@z_index_counter = 500
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue