This commit is contained in:
@@ -343,7 +343,7 @@ export function AppHeader() {
|
||||
return (
|
||||
<header
|
||||
ref={headerRef}
|
||||
className={`relative flex items-center justify-between px-4 py-3 bg-white/80 backdrop-blur supports-[backdrop-filter]:bg-white/60 ${
|
||||
className={`relative flex items-center justify-between px-4 py-3 bg-white/90 backdrop-blur supports-[backdrop-filter]:bg-white/60 ${
|
||||
megaOpen ? "shadow-[0_6px_24px_rgba(0,0,0,0.10)]" : ""
|
||||
}`}
|
||||
>
|
||||
@@ -423,7 +423,7 @@ export function AppHeader() {
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
className={`fixed left-0 right-0 z-50 bg-white/80 backdrop-blur supports-[backdrop-filter]:bg-white/60 shadow-[0_12px_32px_rgba(0,0,0,0.12)] transition-all duration-200 ${
|
||||
className={`fixed left-0 right-0 z-50 bg-white/90 backdrop-blur supports-[backdrop-filter]:bg-white/60 shadow-[0_12px_32px_rgba(0,0,0,0.12)] transition-all duration-200 ${
|
||||
megaOpen ? "opacity-100" : "pointer-events-none opacity-0"
|
||||
}`}
|
||||
style={{ top: headerBottom }}
|
||||
|
||||
Reference in New Issue
Block a user