fix: lower z-index of top navigation for toast
This commit is contained in:
parent
5947c0b95a
commit
142adc0852
@ -88,7 +88,7 @@ function TopNav() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<nav className="sticky top-0 z-50 bg-transparent backdrop-blur-lg border-b border-neutral-200 dark:border-neutral-800 w-full max-w-screen px-8 flex flex-row justify-center items-center h-16">
|
||||
<nav className="sticky top-0 z-20 bg-transparent backdrop-blur-lg border-b border-neutral-200 dark:border-neutral-800 w-full max-w-screen px-8 flex flex-row justify-center items-center h-16">
|
||||
<div
|
||||
data-role="wrapper"
|
||||
className="flex flex-row items-center justify-between w-full max-w-6xl text-lg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user