diff --git a/web/src/app.css b/web/src/app.css index 2e8adeb..efa020c 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -250,8 +250,7 @@ /* Settings modal */ .modal-backdrop { - /* @apply bg-opacity-50 fixed inset-0 z-50 flex items-center justify-center bg-black; */ - @apply fixed inset-0 z-50 flex items-center justify-center bg-black; + @apply fixed inset-0 z-50 flex items-center justify-center backdrop-blur-xs; } .modal-content {