mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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
|
||||
|
|
|
@ -264,7 +264,7 @@ body.preferences div#input_box {
|
|||
background-color: #000;
|
||||
color: #eee;
|
||||
width: 100%;
|
||||
z-index:101;
|
||||
z-index:501;
|
||||
}
|
||||
|
||||
#date {
|
||||
|
@ -579,7 +579,7 @@ span.tag a:hover {
|
|||
|
||||
div#message_holder {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 502;
|
||||
left: 60%;
|
||||
top: 30px;
|
||||
right: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue