From 123067330cfb8030a9a6e36e1bcf1597419c49b0 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 21 Feb 2025 16:28:37 +0000 Subject: [PATCH] fix: loading indicator backdrop not working on chrome --- src/context/Loading.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/context/Loading.tsx b/src/context/Loading.tsx index d94c2ef..39ccc11 100644 --- a/src/context/Loading.tsx +++ b/src/context/Loading.tsx @@ -18,8 +18,10 @@ export const LoadingProvider = ({ children }: Props) => { return ( {loading && ( -
- +
+ {/* Keep loading indicator outside of div with backdrop-filter due to Chrome */} + +
)} {children}