Fix z-index for sticky header (#10265)
This commit is contained in:
parent
1eb4e4fb3d
commit
fa45bb1bef
|
|
@ -134,6 +134,7 @@ export function Header() {
|
|||
if (sticky) {
|
||||
return {
|
||||
position: 'sticky',
|
||||
zIndex: 10,
|
||||
top: 0
|
||||
};
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue