From 42714ccc080e74b5a2e44be97b0238c14c78a11a Mon Sep 17 00:00:00 2001 From: yu-kgr Date: Thu, 4 Jun 2020 16:01:23 +0900 Subject: [PATCH] Fixed BLT support link clickable area. (#1886) Co-authored-by: yu-kgr --- site/src/components/SiteHeader.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/components/SiteHeader.js b/site/src/components/SiteHeader.js index b6e350bbe..12931a35b 100644 --- a/site/src/components/SiteHeader.js +++ b/site/src/components/SiteHeader.js @@ -40,7 +40,8 @@ export default function SiteHeader() { display: 'flex', justifyContent: 'center', backgroundColor: 'black', - width: '100vw' + width: '100vw', + zIndex: 100 }} >