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 {
|
||||
padding-bottom: 33px;
|
||||
position: relative;
|
||||
z-index: 1; // fixed chrome 49 + flex issue, not shown article
|
||||
|
||||
.avatar {
|
||||
position: absolute;
|
||||
|
@ -4590,6 +4591,7 @@ footer {
|
|||
|
||||
.article-add {
|
||||
position: relative;
|
||||
z-index: 1; // fixed chrome 49 + flex issue, not shown article
|
||||
}
|
||||
|
||||
.article-new {
|
||||
|
|
Loading…
Reference in a new issue