Fix another z-index issue with error message
This commit is contained in:
parent
52cca39823
commit
f5049f388e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ footer {
|
||||||
left: 446px; /* 400 + 10 + 26 + 10 */
|
left: 446px; /* 400 + 10 + 26 + 10 */
|
||||||
top: 0px;
|
top: 0px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
z-index: 1000;
|
z-index: 3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* track messages (data tab) */
|
/* track messages (data tab) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue