mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +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 */}
|
||||
<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={{
|
||||
top: `${bannerHeight}px`,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue