mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
fix(website): gradient shadow overlapping navbar (#3012)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user