Skip to content

Commit 42714cc

Browse files
yu-kgryu-kgr
and
yu-kgr
authored
Fixed BLT support link clickable area. (#1886)
Co-authored-by: yu-kgr <yu-kgr@yu-kgrnoMacBook-Pro.local>
1 parent 214fb17 commit 42714cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/components/SiteHeader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export default function SiteHeader() {
4040
display: 'flex',
4141
justifyContent: 'center',
4242
backgroundColor: 'black',
43-
width: '100vw'
43+
width: '100vw',
44+
zIndex: 100
4445
}}
4546
>
4647
<span

0 commit comments

Comments
 (0)