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
parent 0f3651c23f
commit 9bc5c92628
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {