fix #1132 by moving z-index of topbar to 500+ and the z-index of the todos to 500-

This commit is contained in:
Reinier Balt 2011-03-26 20:05:56 +01:00
parent 6816ad7b05
commit 3116d46820
2 changed files with 3 additions and 3 deletions

View file

@ -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