fix z-index for firefox
This commit is contained in:
parent
595ff893f3
commit
1b9dd6dc14
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
/* logo */
|
||||
|
||||
.footer {
|
||||
z-index: 3;
|
||||
z-index: 3 !important; /* important necessary for firefox */
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -1199,7 +1199,7 @@
|
|||
color: #F5F5F5;
|
||||
padding: 16px;
|
||||
border-radius: 2px;
|
||||
z-index: 1;
|
||||
z-index: 1 !important; /* important necessary for firefox */
|
||||
font-size: 14px;
|
||||
line-height:14px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue