Fix z-index for sticky header (#10265)

This commit is contained in:
Oliver 2025-09-04 11:16:41 +10:00 committed by GitHub
parent 1eb4e4fb3d
commit fa45bb1bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ export function Header() {
if (sticky) {
return {
position: 'sticky',
zIndex: 10,
top: 0
};
} else {