mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
fix z-index that wqas set to low
This commit is contained in:
parent
fbc55b73b9
commit
4f8132adc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue