Skip to content

Commit

Permalink
Fixed BLT support link clickable area. (#1886)
Browse files Browse the repository at this point in the history
Co-authored-by: yu-kgr <[email protected]>
  • Loading branch information
yu-kgr and yu-kgr authored Jun 4, 2020
1 parent 214fb17 commit 42714cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/components/SiteHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default function SiteHeader() {
display: 'flex',
justifyContent: 'center',
backgroundColor: 'black',
width: '100vw'
width: '100vw',
zIndex: 100
}}
>
<span
Expand Down

0 comments on commit 42714cc

Please sign in to comment.