mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 09:02:22 +00:00
update navigation z index
This commit is contained in:
parent
60f1438327
commit
5bf1d5f1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ export function Navigation(props: NavigationProps) {
|
||||||
|
|
||||||
{/* content */}
|
{/* content */}
|
||||||
<div
|
<div
|
||||||
className="top-content fixed pointer-events-none left-0 right-0 z-[60] top-0 min-h-[150px]"
|
className="top-content fixed pointer-events-none left-0 right-0 z-[500] top-0 min-h-[150px]"
|
||||||
style={{
|
style={{
|
||||||
top: `${bannerHeight}px`,
|
top: `${bannerHeight}px`,
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue