fix z-index that wqas set to low

This commit is contained in:
Reinier Balt 2009-03-24 16:56:04 +01:00
parent fbc55b73b9
commit 4f8132adc2

View file

@ -266,7 +266,7 @@ class ApplicationController < ActionController::Base
def set_zindex_counter
# this counter can be used to handle the IE z-index bug
@z_index_counter = 10
@z_index_counter = 1000
end
end