Fixed broken author links due to z-index issue

Closes https://github.com/TryGhost/Casper/issues/333
This commit is contained in:
John O'Nolan 2017-07-31 19:44:07 +04:00
parent f08f07fd7e
commit 615d8a9001
3 changed files with 3 additions and 3 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

@ -135,7 +135,7 @@ body {
.site-header-content {
position: relative;
z-index: 100;
z-index: 300;
display: flex;
flex-direction: column;
justify-content: center;