feat(ui): replace modal backdrop blur with opacity
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user