imsi commit
This commit is contained in:
@@ -423,7 +423,7 @@ export function AppHeader() {
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
className={`fixed left-0 right-0 z-50 bg-white shadow-[0_12px_32px_rgba(0,0,0,0.12)] transition-all duration-200 ${
|
||||
className={`fixed left-0 right-0 z-50 bg-white/80 backdrop-blur 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