mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40: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
|
def set_zindex_counter
|
||||||
# this counter can be used to handle the IE z-index bug
|
# this counter can be used to handle the IE z-index bug
|
||||||
@z_index_counter = 1000
|
@z_index_counter = 500
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,7 @@ body.preferences div#input_box {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index:101;
|
z-index:501;
|
||||||
}
|
}
|
||||||
|
|
||||||
#date {
|
#date {
|
||||||
|
|
@ -579,7 +579,7 @@ span.tag a:hover {
|
||||||
|
|
||||||
div#message_holder {
|
div#message_holder {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 100;
|
z-index: 502;
|
||||||
left: 60%;
|
left: 60%;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue