Skip to content

Commit

Permalink
fix: resolve link clickability in section center (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandros94 committed Mar 27, 2023
1 parent 236aa89 commit a55b07f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/app/AppHeader.vue
Expand Up @@ -88,7 +88,8 @@ css({
'&.center': {
gridColumn: 'span 4 / span 4',
justifyContent: 'center',
flex: '1'
flex: '1',
zIndex: '1'
},
'&.right': {
display: 'flex',
Expand Down

0 comments on commit a55b07f

Please sign in to comment.