feat: US-006 - Extend backdrop blur to cover full dashboard including TopBar

This commit is contained in:
2026-02-15 14:22:49 +00:00
parent 42293c5336
commit cd7184cfd4
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
"Verify in browser using dev-browser skill"
],
"priority": 6,
"passes": false,
"passes": true,
"notes": "LoginScreen outer overlay currently has 'fixed inset-0 z-50'. TopBar is zIndex: 100. The overlay needs z-index > 100 to cover it. The login card inside the overlay doesn't need its own z-index since it's a child of the overlay. Check that the dissolve exit animation (isExiting) still works after the z-index change."
},
{