Fix z-index bug with header author profile image

no issue
- add z-index to `.site-header-content .author-profile-image` so it isn't covered by the header overlay
This commit is contained in:
Kevin Ansfield 2017-08-22 12:05:09 +01:00
父節點 0f3651c23f
當前提交 9bc5c92628
共有 3 個檔案被更改,包括 3 行新增2 行删除

檔案差異因為一行或多行太長而無法顯示

檔案差異因為一行或多行太長而無法顯示

查看文件

@ -1525,6 +1525,7 @@ Usage (In Ghost editor):
height: 100px;
margin: 0 0 20px 0;
box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
z-index: 10;
}
.site-header-content .author-bio {