Fixed z-index bug with header social links on author page (#370)

no issue
- add z-index to `.author-bio` and `.author-meta` so they aren't covered by the header image overlay
This commit is contained in:
Phoenix Eve Aspacio 2017-08-22 18:49:49 +08:00 提交者 Kevin Ansfield
父节点 8d17e9a452
当前提交 d739bb52a4
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -1528,6 +1528,7 @@ Usage (In Ghost editor):
.site-header-content .author-bio {
flex-shrink: 0;
z-index: 10;
max-width: 600px;
margin: 5px 0 10px 0;
font-size: 2rem;
@ -1539,6 +1540,7 @@ Usage (In Ghost editor):
.site-header-content .author-meta {
flex-shrink: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;