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

This commit is contained in:
Endy
2023-04-28 05:44:37 +07:00
committed by GitHub
parent be142101e9
commit 8a0140c8ed

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;
}