feat(ui): replace modal backdrop blur with opacity

This commit is contained in:
Brian McGee
2025-08-21 10:14:17 +01:00
parent 6f6f582fe3
commit ccde9e0ba6

View File

@@ -37,8 +37,8 @@
}
.backdrop {
@apply absolute top-0 left-0 w-full h-svh flex justify-center items-center backdrop-blur-0 z-50;
-webkit-backdrop-filter: blur(4px);
@apply absolute top-0 left-0 w-full h-svh flex justify-center items-center z-50;
@apply bg-inv-4 opacity-70;
}
.contentWrapper {