imsi commit

This commit is contained in:
mota
2025-11-06 11:18:55 +09:00
parent 2c9898be90
commit 1ec2df27b0
3 changed files with 30 additions and 19 deletions

View File

@@ -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 }}