Fixed chrome 49 + flex issue, not shown article.
This commit is contained in:
parent
c8ed4a83c3
commit
530c844f68
1 changed files with 2 additions and 0 deletions
|
@ -4330,6 +4330,7 @@ footer {
|
||||||
.ticket-article-item {
|
.ticket-article-item {
|
||||||
padding-bottom: 33px;
|
padding-bottom: 33px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 1; // fixed chrome 49 + flex issue, not shown article
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -4590,6 +4591,7 @@ footer {
|
||||||
|
|
||||||
.article-add {
|
.article-add {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 1; // fixed chrome 49 + flex issue, not shown article
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-new {
|
.article-new {
|
||||||
|
|
Loading…
Reference in a new issue