fix(website): gradient shadow overlapping navbar (#3012)

This commit is contained in:
Endy
2023-04-27 22:44:37 +00:00
committed by GitHub
parent be142101e9
commit 8a0140c8ed
+1 -1
View File
@@ -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;
}