From 8a0140c8edc7fee92f7a2fd4862d26823b3994e0 Mon Sep 17 00:00:00 2001 From: Endy Date: Fri, 28 Apr 2023 05:44:37 +0700 Subject: [PATCH] fix(website): gradient shadow overlapping navbar (#3012) --- website/src/styling/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/styling/index.ts b/website/src/styling/index.ts index 8a5d7db9d..eeee8fe0b 100644 --- a/website/src/styling/index.ts +++ b/website/src/styling/index.ts @@ -22,7 +22,7 @@ export const Header = styled.div` var(--ifm-navbar-background-color), hsla(0, 0%, 7%, 0) ); - z-index: 2147483647; + z-index: 100; padding: 10px; }