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
+2 -1
View File
@@ -167,8 +167,9 @@ export function LoginScreen({ onComplete }: LoginScreenProps) {
return (
<motion.div
className="fixed inset-0 flex items-center justify-center z-50"
className="fixed inset-0 flex items-center justify-center"
style={{
zIndex: 110,
backgroundColor: 'rgba(240, 245, 244, 0.7)',
backdropFilter: 'blur(20px)',
WebkitBackdropFilter: 'blur(20px)',